cleanup a bit

This commit is contained in:
Christoph Cullmann 2023-05-20 21:35:21 +02:00
parent 98c5dc0992
commit 7385fd4e55

View file

@ -225,8 +225,7 @@ in
};
# we want some experimental features like nix search
package = pkgs.nixFlakes;
extraOptions = pkgs.lib.optionalString (config.nix.package == pkgs.nixFlakes) "experimental-features = nix-command flakes";
extraOptions = ''experimental-features = nix-command flakes'';
};
# avoid suspend ever to be triggered