diff --git a/flake.lock b/flake.lock index a528017..b5da3ab 100644 --- a/flake.lock +++ b/flake.lock @@ -691,16 +691,15 @@ }, "nixos-flake": { "locked": { - "lastModified": 1727384487, - "narHash": "sha256-H2tBVEjPpw4r9kyJUamWOpxariq+KjU997Z1BOqUm3c=", + "lastModified": 1727385025, + "narHash": "sha256-9DYOsJL57eiJgssmHD4+oE9XfSSdZvMHma+gcWD76w8=", "owner": "srid", "repo": "nixos-flake", - "rev": "5794647b1d7cc6363493b72ddd7cedd31b4bf868", + "rev": "9622550c8a6156d2542b30f0b1c41161d59110c2", "type": "github" }, "original": { "owner": "srid", - "ref": "dont-output-modules", "repo": "nixos-flake", "type": "github" } diff --git a/flake.nix b/flake.nix index baaf7e3..e4f5dfb 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; nixos-hardware.url = "github:NixOS/nixos-hardware"; - nixos-flake.url = "github:srid/nixos-flake/dont-output-modules"; + nixos-flake.url = "github:srid/nixos-flake"; disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; ragenix.url = "github:yaxitech/ragenix";