summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2025-01-20 17:17:55 +0100
committerstuebinm2025-01-20 17:17:55 +0100
commitf0ac3b178ee4f04d8db6c83d31a12efb76b6bfaa (patch)
treedd60fa271b8117b0762cc9eb3f2df35986fbf3a2 /common
parent33115eac1b07310613a41b39a1799e7e13a126cc (diff)
switch back to lix master
Diffstat (limited to 'common')
-rw-r--r--common/common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix
index b26009f..02fec64 100644
--- a/common/common.nix
+++ b/common/common.nix
@@ -6,7 +6,6 @@
nixpkgs.flake = inputs.nixpkgs;
unstable.flake = inputs.nixpkgs-unstable;
};
- nix.package = pkgs.lix;
nix.nixPath = lib.mkForce
[ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-unstable}"];