diff options
| author | seth <[email protected]> | 2023-03-01 20:58:44 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-01 20:58:44 -0500 |
| commit | 7f19591403b0bb4484d707418e399a7d0d6c9271 (patch) | |
| tree | 05a9ea279442fe89a446adee8c0f3a7265198eed /flake.nix | |
| parent | 706dc89a08cede57dfe896441a5bd5b7f3e67c5d (diff) | |
update inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,11 +1,16 @@ { inputs = { - home-manager.url = "github:nix-community/home-manager"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; - lanzaboote.url = "github:nix-community/lanzaboote"; nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; - nixos-wsl.url = "github:nix-community/NixOS-WSL?ref=main"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + lanzaboote.url = "github:nix-community/lanzaboote"; + nixos-wsl = { + url = "github:nix-community/NixOS-WSL/main"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nixos-hardware.url = "github:NixOS/nixos-hardware"; nur.url = "github:nix-community/NUR"; }; |
