WIP
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-17 21:00:36 +01:00
parent c68574b745
commit 2e5899b22e
2 changed files with 9 additions and 0 deletions

View file

@ -48,7 +48,11 @@ in
nix = {
package = lib.mkDefault pkgs.nix; # NixOS module sets it unconditionally
# FIXME: waiting on https://github.com/nix-community/home-manager/pull/3876
settings = {
# I like XDG-compliance
use-xdg-base-directories = true;
experimental-features = [ "nix-command" "flakes" ];
};
};

View file

@ -54,7 +54,12 @@ in
nix = {
package = pkgs.nix;
# FIXME: waiting on https://github.com/NixOS/nixpkgs/pull/146515
# FIXME: look at https://github.com/SuperSandro2000/nixos-modules/blob/master/modules/nix.nix
settings = {
# I like XDG-compliance
use-xdg-base-directories = true;
experimental-features = [ "nix-command" "flakes" ];
};
};