use lix from nixpkgs instead of lix flake
Charlotte Som charlotte@som.codes
Thu, 10 Apr 2025 23:53:39 +0100
2 files changed,
2 insertions(+),
2 deletions(-)
M
profiles/common/base.nix
→
profiles/common/base.nix
@@ -1,6 +1,8 @@
{ pkgs, unstable-pkgs, ... }: { nix = { + package = unstable-pkgs.lix; + settings.experimental-features = [ "nix-command" "flakes"