mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 03:52:14 -05:00
Added lix.systems Dependencies
This commit is contained in:
parent
ad6284ab61
commit
72d7ac96dc
2 changed files with 102 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -4,6 +4,16 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
|
||||
|
||||
lix = {
|
||||
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
|
||||
flake = false;
|
||||
};
|
||||
lix-module = {
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||
inputs.lix.follows = "lix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue