summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 45ac82f..559765b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};