summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2024-11-11 22:15:14 +0100
committerstuebinm2024-11-11 22:15:14 +0100
commit5ede15b6ff65a41b32fb214a9e6016a93bd94083 (patch)
treeeb7d41bcc99c5932eac735cb4c9ca81a66d886f7 /common
parentb378599f0a0dcee80049a10f6428bf90bedd6c40 (diff)
update sources, use stable lixHEADmain
also element has now bundled in the matrix-react-sdk, so some paths inside it have changed.
Diffstat (limited to 'common')
-rw-r--r--common/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.nix b/common/common.nix
index 02fec64..b26009f 100644
--- a/common/common.nix
+++ b/common/common.nix
@@ -6,6 +6,7 @@
nixpkgs.flake = inputs.nixpkgs;
unstable.flake = inputs.nixpkgs-unstable;
};
+ nix.package = pkgs.lix;
nix.nixPath = lib.mkForce
[ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-unstable}"];