nixos-flake: Back to master

This commit is contained in:
Sridhar Ratnakumar 2024-06-26 14:30:01 -04:00
parent 240d964688
commit 1b86a629fa
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

5
flake.lock generated
View file

@ -709,16 +709,15 @@
},
"nixos-flake": {
"locked": {
"lastModified": 1719426069,
"lastModified": 1719426444,
"narHash": "sha256-4BzJcwfFmkwebSyVJ6h1V8HHaANJrfpKrjmrCbVIt/o=",
"owner": "srid",
"repo": "nixos-flake",
"rev": "4ed77c9399cefffcefb68d50c51820c66c07579f",
"rev": "b9f22bec6dee3b6f214974520a960d83d270dcfc",
"type": "github"
},
"original": {
"owner": "srid",
"ref": "deploy",
"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/deploy";
nixos-flake.url = "github:srid/nixos-flake";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
ragenix.url = "github:yaxitech/ragenix";