Compare commits
No commits in common. "829bb55130e371f9ee07aff47c00f52787f5c6d2" and "d4e6f8a82c63c7dd5227eb4e98317ad340130d54" have entirely different histories.
829bb55130
...
d4e6f8a82c
1 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@
|
|||
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 = {
|
||||
|
@ -71,7 +77,7 @@
|
|||
|
||||
outputs = {
|
||||
# Needed
|
||||
self, nixpkgs,
|
||||
self, nixpkgs, nixos-wsl,
|
||||
# Lix
|
||||
lix-module,
|
||||
# Added by me
|
||||
|
|
Loading…
Reference in a new issue