diff --git a/flake.lock b/flake.lock index 70e3c5d..713bb31 100644 --- a/flake.lock +++ b/flake.lock @@ -617,9 +617,7 @@ }, "nh": { "inputs": { - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1770930949, @@ -690,16 +688,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1771008912, - "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", - "owner": "nixos", + "lastModified": 1770770419, + "narHash": "sha256-iKZMkr6Cm9JzWlRYW/VPoL0A9jVKtZYiU4zSrVeetIs=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "a82ccc39b39b621151d6732718e3e250109076fa", + "rev": "6c5e707c6b5339359a9a9e215c5e66d6d802fd7a", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", + "owner": "NixOS", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } @@ -720,6 +718,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1771008912, + "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "a82ccc39b39b621151d6732718e3e250109076fa", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "pppdotpm-site": { "inputs": { "nixpkgs": [ @@ -778,7 +792,7 @@ "nix-gc-env": "nix-gc-env", "nix-jetbrains-plugins": "nix-jetbrains-plugins", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "pppdotpm-site": "pppdotpm-site", "whib-backend": "whib-backend", "whib-frontend": "whib-frontend" diff --git a/flake.nix b/flake.nix index 82ef32f..03d4a74 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ nh = { url = "github:viperML/nh"; - inputs.nixpkgs.follows = "nixpkgs"; }; nix-gc-env.url = "github:Julow/nix-gc-env";