nixos-flake: back to master

This commit is contained in:
Sridhar Ratnakumar 2024-09-26 17:11:08 -04:00
parent 2aa93f5bbb
commit f758380c0d
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -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"
}

View file

@ -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";