This commit is contained in:
Nikodem Rabuliński 2024-05-06 22:13:00 +02:00
parent 2d1848ce9b
commit 6b709efe07
5 changed files with 109 additions and 3 deletions

View file

@ -139,6 +139,17 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.crane.follows = "crane";
};
lix = {
# TODO: Go back once building on darwin is fixed
# url = "git+https://git.lix.systems/lix-project/lix.git";
url = "git+https://git.lix.systems/nrabulinski/lix.git";
flake = false;
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
};
/*