diff --git a/flake.lock b/flake.lock index e21abf7..92ed196 100644 --- a/flake.lock +++ b/flake.lock @@ -2,7 +2,9 @@ "nodes": { "dream2nix": { "inputs": { - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "nixpkgs" + ], "purescript-overlay": "purescript-overlay", "pyproject-nix": "pyproject-nix" }, @@ -38,18 +40,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1729850857, - "narHash": "sha256-WvLXzNNnnw+qpFOmgaM3JUlNEH+T4s22b5i2oyyCpXE=", + "lastModified": 1732014248, + "narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "41dea55321e5a999b17033296ac05fe8a8b5a257", + "rev": "23e89b7da85c3640bbc2173fe04f4bd114342367", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" } }, "purescript-overlay": { @@ -95,10 +96,7 @@ "root": { "inputs": { "dream2nix": "dream2nix", - "nixpkgs": [ - "dream2nix", - "nixpkgs" - ] + "nixpkgs": "nixpkgs" } }, "slimlock": { diff --git a/flake.nix b/flake.nix index 0d16854..01119f5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,8 @@ { inputs = { + nixpkgs.url = "nixpkgs/nixos-unstable"; dream2nix.url = "github:nix-community/dream2nix"; - nixpkgs.follows = "dream2nix/nixpkgs"; + dream2nix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = {