diff options
| author | seth <[email protected]> | 2023-02-18 06:24:43 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-18 06:24:43 -0500 |
| commit | bab079a3af3b63cc6b69c52c8eda3c3c4901a979 (patch) | |
| tree | 24e646f5fae11e4593071f328d7675965042064d /flake.nix | |
| parent | 1d7b04a71c7222153ffa9cd48f73b51ea72204d1 (diff) | |
fix some issues and update flake.lock
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; - nixos-wsl.url = "git+https://github.com/nix-community/NixOS-WSL?ref=main"; + nixos-wsl.url = "github:nix-community/NixOS-WSL?ref=main"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - nixos-hardware.url = "git+https://github.com/nixos/nixos-hardware"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; lanzaboote.url = "github:nix-community/lanzaboote"; }; |
