Compare commits

...

2 commits

Author SHA1 Message Date
829bb55130 Missed a loose nixos-wsl in outputs! 2024-06-02 06:07:39 -04:00
eade04e9f1 I won't need nixos-wsl for Chimchar! 2024-06-02 06:06:05 -04:00

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