all repos — char/flake @ 6afe53e5a5924f8211e70e6234fd8041adfb9791

nixos flake

use lix from nixpkgs instead of lix flake
Charlotte Som charlotte@som.codes
Thu, 10 Apr 2025 23:53:39 +0100
commit

6afe53e5a5924f8211e70e6234fd8041adfb9791

parent

2ad44b45f4cd2e73224ae0a834466f1e5687b1ec

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M flake.nixflake.nix

@@ -47,8 +47,6 @@ ];

}) */ - lix.nixosModules.default - niri.nixosModules.niri ({ ... }: { nixpkgs.overlays = [ niri.overlays.niri ];
M profiles/common/base.nixprofiles/common/base.nix

@@ -1,6 +1,8 @@

{ pkgs, unstable-pkgs, ... }: { nix = { + package = unstable-pkgs.lix; + settings.experimental-features = [ "nix-command" "flakes"