flake: add lix module; set default nix to lix
This commit is contained in:
parent
db01784a8b
commit
c11fac7e01
2 changed files with 9 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
lib.mapAttrs (
|
||||
system: pkgs: {
|
||||
inherit
|
||||
(import ./packages rec {
|
||||
(import ./packages {
|
||||
inherit pkgs;
|
||||
helix = inputs.helix.packages.${system}.default;
|
||||
})
|
||||
|
@ -74,5 +74,10 @@
|
|||
# Mismatched system dependencies will lead to crashes and other issues.
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue