diff --git a/flake.lock b/flake.lock index 1a8c08f7..f5feddac 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1704321053, - "narHash": "sha256-r8KVHIxSA9hB4KNGyAf2ltEJXpDELX5Q1sIXpWAf9Tg=", + "lastModified": 1704161960, + "narHash": "sha256-QGua89Pmq+FBAro8NriTuoO/wNaUtugt29/qqA8zeeM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "efc960b6d6a6498c23868f4ba59fcb8bb51c9861", + "rev": "63143ac2c9186be6d9da6035fa22620018c85932", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", - "rev": "efc960b6d6a6498c23868f4ba59fcb8bb51c9861", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 45a6952c..4288ddc9 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "devshell"; # To update all inputs: # nix flake update --recreate-lock-file - inputs.nixpkgs.url = "github:NixOS/nixpkgs/efc960b6d6a6498c23868f4ba59fcb8bb51c9861"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = inputs: inputs.flake-utils.lib.eachDefaultSystem