summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-12 13:07:00 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-12 13:07:00 +0100
commit2d35ba3efb131466120b9b3fe57ebb55649fb798 (patch)
tree8984c89e30890b22309388c7608361f9d106f3fc /flake.nix
parent1fae553aba1b4fe9e2cf2a4902575df613ab9b90 (diff)
switched to lix from nix for package managment
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5b6fa2c..2e92a4c 100755
--- a/flake.nix
+++ b/flake.nix
@@ -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
{