Compare commits

...

2 Commits

1 changed files with 1 additions and 7 deletions

View File

@ -7,12 +7,6 @@
url = "github:NixOS/nixpkgs/nixos-unstable";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL/main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
### My extra inputs
agenix = {
@ -77,7 +71,7 @@
outputs = {
# Needed
self, nixpkgs, nixos-wsl,
self, nixpkgs,
# Lix
lix-module,
# Added by me