diff --git a/flake.lock b/flake.lock index d3e3fb3..1d9e3e6 100644 --- a/flake.lock +++ b/flake.lock @@ -573,15 +573,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1728154788, - "narHash": "sha256-x7w/gBydlh5hljMuwXb/FgNNvSPc8p2SrnmVxARXddM=", - "owner": "Gerg-L", + "lastModified": 1728310575, + "narHash": "sha256-R13o8hNhzuTuEwUBViVOmT4OM0/I2d9DxnkxQOip1yg=", + "owner": "NixOS", "repo": "nix", - "rev": "83bb6f24352d54d42225286580cb69ab27fd3c99", + "rev": "26c3fc11eada3fa7df0284190095868a947fefe2", "type": "github" }, "original": { - "owner": "Gerg-L", + "owner": "NixOS", + "ref": "26c3fc11eada3fa7df0284190095868a947fefe2", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 83229fe..d63a92a 100644 --- a/flake.nix +++ b/flake.nix @@ -22,12 +22,9 @@ #nix itself nix = { type = "github"; - #owner = "NixOS"; - #repo = "nix"; - #ref = "08deebddf26be28e5367983fdece18c484bbe410"; - - owner = "Gerg-L"; + owner = "NixOS"; repo = "nix"; + ref = "26c3fc11eada3fa7df0284190095868a947fefe2"; inputs.nixpkgs.follows = "stable"; }; nixos-generators = {