From 3ccae8f1258263e9c1e9c52b6b3c39d11cc48baf Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 2 Aug 2025 22:46:36 +0300 Subject: [PATCH] nix: bump inputs Signed-off-by: NotAShelf Change-Id: I45e179bd1e77248028a5deeaa5d4f7216a6a6964 --- flake.lock | 6 +++--- flake.nix | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 8530de9..6012087 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1752950548, - "narHash": "sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc=", + "lastModified": 1762844143, + "narHash": "sha256-SlybxLZ1/e4T2lb1czEtWVzDCVSTvk9WLwGhmxFmBxI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c87b95e25065c028d31a94f06a62927d18763fdf", + "rev": "9da7f1cf7f8a6e2a7cb3001b048546c92a8258b4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 58ffdf5..c747b2b 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,5 @@ }); hydraJobs = self.packages; - checks = self.packages // self.devShells; }; }