diff --git a/flake.lock b/flake.lock index 15e943f..6145420 100644 --- a/flake.lock +++ b/flake.lock @@ -532,16 +532,16 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1691276849, - "narHash": "sha256-RNnrzxhW38SOFIF6TY/WaX7VB3PCkYFEeRE5YZU+wHw=", + "lastModified": 1696207572, + "narHash": "sha256-w24NTSMrc7bMIQP5Y8BFsKbpYjbRh/+ptf/9gCEFrKo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5faab29808a2d72f4ee0c44c8e850e4e6ada972f", + "rev": "fe0b3b663e98c85db7f08ab3a4ac318c523c0684", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-unstable", + "ref": "master", "type": "indirect" } }, diff --git a/flake.nix b/flake.nix index 67769f5..c61d17a 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,9 @@ inputs = { # gonna start off with a fairly modern base - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "nixpkgs/master"; + # Return to using unstable once the current master is merged in + # nixpkgs.url = "nixpkgs/nixos-unstable"; # utility stuff flake-utils.url = "github:numtide/flake-utils";