diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:17:36 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:17:36 +0100 |
| commit | d017191348f24452fb58ed76a11ace0b596bc237 (patch) | |
| tree | 7709f3fd1f6ea103a74c2e93cbcad39def4d87de | |
| parent | 813836583a6cc4656e71a52ef217169009374594 (diff) | |
| parent | 5232b2b7c8ab390dcf74c69ff2c22c3b22d0a877 (diff) | |
Merge branch 'main' into HEAD
| -rwxr-xr-x | flake.nix | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -13,7 +13,24 @@ nixosConfigurations = { kronos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ + # Use Lix instead of Nix for package manager (Fascists ruined it :pensieve:) + { + nixpkgs.overlays = [ + (final: prev: { + inherit (prev.lixPackageSets.stable) + nixpkgs-review + nix-eval-jobs + nix-fast-build + colmena; + }) + ]; + + nix.package = pkgs.lixPackageSets.stable.lix; + } + + ./configuration.nix home-manager.nixosModules.home-manager { |
