treewide: no more ifd
This commit is contained in:
parent
638ce5fb4a
commit
83a3a376dc
5 changed files with 21 additions and 89 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue