This commit is contained in:
Nikodem Rabuliński 2024-05-06 22:13:00 +02:00
parent 2d1848ce9b
commit 6b709efe07
5 changed files with 109 additions and 3 deletions

View file

@ -36,6 +36,8 @@ let
nixpkgs.overlays = [ (_: _: { inherit (inputs'.settei.packages) fish; }) ];
nix.settings.allow-import-from-derivation = false;
# TODO: Remove once config checking works with lix
nix.checkConfig = false;
};
linuxConfig = lib.optionalAttrs isLinux {