nix: enable lix
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
bf663bc849
commit
98982c2778
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
age.secrets = let
|
age.secrets = let
|
||||||
|
@ -82,9 +83,8 @@
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
#!! Override upstream nix
|
#!! Override upstream nix
|
||||||
# TODO: Try lix v2.92.0
|
|
||||||
# https://git.lix.systems/lix-project/lix
|
# https://git.lix.systems/lix-project/lix
|
||||||
#// package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
|
|
||||||
# BUG: Absolute paths are forbidden in pure mode
|
# BUG: Absolute paths are forbidden in pure mode
|
||||||
# https://github.com/NixOS/nix/issues/11030
|
# https://github.com/NixOS/nix/issues/11030
|
||||||
|
|
Loading…
Reference in a new issue