This commit is contained in:
Kat Inskip 2025-07-26 13:48:37 -07:00
parent 2dce5c567d
commit 2b1fd9b99e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
12 changed files with 54 additions and 23 deletions

View file

@ -24,12 +24,12 @@
};
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module";
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix = {
url = "git+https://git.lix.systems/lix-project/lix";
inputs.nixpkgs.follows = "nixpkgs";
};
#inputs.lix = {
# url = "git+https://git.lix.systems/lix-project/lix";
# inputs.nixpkgs.follows = "nixpkgs";
#};
};
systems.url = "github:nix-systems/default";
# TODO: https://github.com/catppuccin/nix/issues/601