Compare commits

..

No commits in common. "829bb55130e371f9ee07aff47c00f52787f5c6d2" and "d4e6f8a82c63c7dd5227eb4e98317ad340130d54" have entirely different histories.

1 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@
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 = {
@ -71,7 +77,7 @@
outputs = { outputs = {
# Needed # Needed
self, nixpkgs, self, nixpkgs, nixos-wsl,
# Lix # Lix
lix-module, lix-module,
# Added by me # Added by me