treewide: no more ifd

This commit is contained in:
Nikodem Rabuliński 2024-01-31 21:23:53 +01:00
parent 638ce5fb4a
commit 83a3a376dc
5 changed files with 21 additions and 89 deletions

View file

@ -32,6 +32,8 @@
# NixOS' fish module doesn't allow setting what package to use for fish,
# so I need to override the fish package.
nixpkgs.overlays = [(_: _: {inherit (inputs'.settei.packages) fish;})];
nix.settings.allow-import-from-derivation = false;
};
linuxConfig = lib.optionalAttrs isLinux {