reduce duplicate flake inputs

This commit is contained in:
Noah Masur
2024-01-07 08:51:21 -05:00
parent 450b211e7e
commit 1ee22e3a9a
2 changed files with 10 additions and 21 deletions

View File

@ -14,7 +14,10 @@
};
# Used for Windows Subsystem for Linux compatibility
wsl.url = "github:nix-community/NixOS-WSL";
wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
};
# Used for user packages and dotfiles
home-manager = {