Compare commits
2 commits
d4e6f8a82c
...
829bb55130
Author | SHA1 | Date | |
---|---|---|---|
829bb55130 | |||
eade04e9f1 |
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue