diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:07:00 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:07:00 +0100 |
| commit | 2d35ba3efb131466120b9b3fe57ebb55649fb798 (patch) | |
| tree | 8984c89e30890b22309388c7608361f9d106f3fc | |
| parent | 1fae553aba1b4fe9e2cf2a4902575df613ab9b90 (diff) | |
switched to lix from nix for package managment
| -rwxr-xr-x | flake.nix | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -14,6 +14,22 @@ kronos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; 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 { |
