1
1
Fork 0

nix: enable lix

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-17 00:43:36 -05:00
parent bf663bc849
commit 98982c2778
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -2,6 +2,7 @@
config,
inputs,
lib,
pkgs,
...
}: {
age.secrets = let
@ -82,9 +83,8 @@
nix = {
#!! Override upstream nix
# TODO: Try lix v2.92.0
# https://git.lix.systems/lix-project/lix
#// package = pkgs.lix;
package = pkgs.lix;
# BUG: Absolute paths are forbidden in pure mode
# https://github.com/NixOS/nix/issues/11030