]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - default.nix
Move backup directory to host subdir
[perso/Immae/Config/Nix.git] / default.nix
... / ...
CommitLineData
1self: super: {
2 morph = super.morph.overrideAttrs(old: {
3 patches = (old.patches or []) ++ [ ./verbose_nix.patch ./dry-run.patch ];
4 });
5}