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";
|
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
|
### My extra inputs
|
||||||
|
|
||||||
agenix = {
|
agenix = {
|
||||||
|
@ -77,7 +71,7 @@
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
# Needed
|
# Needed
|
||||||
self, nixpkgs, nixos-wsl,
|
self, nixpkgs,
|
||||||
# Lix
|
# Lix
|
||||||
lix-module,
|
lix-module,
|
||||||
# Added by me
|
# Added by me
|
||||||
|
|
Loading…
Reference in a new issue