yummy
This commit is contained in:
parent
2d1848ce9b
commit
6b709efe07
5 changed files with 109 additions and 3 deletions
11
flake.nix
11
flake.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue