This commit is contained in:
Nathan McCarty 2024-11-26 09:30:55 +00:00
parent 2970cecb79
commit 9dee45480d
3 changed files with 90 additions and 1 deletions

View file

@ -5,6 +5,10 @@
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =