feat: switch to the lix implementation of the nix language

This commit is contained in:
Youwen Wu 2024-07-31 18:17:21 -07:00
parent 379e7dc6e9
commit d2e0d45739
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 91 additions and 1 deletions

View file

@ -16,9 +16,13 @@
# Optional but recommended to limit the size of your system closure.
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, stablepkgs
outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, stablepkgs, lix-module
, ... }@inputs: {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt;
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
@ -29,6 +33,8 @@
catppuccin.nixosModules.catppuccin
lix-module.nixosModules.default
lanzaboote.nixosModules.lanzaboote
({ pkgs, lib, ... }: {
environment.systemPackages = [