remove xcp (broken build on darwin)
2 files changed, 0 insertions(+), 2 deletions(-)
changed files
M user/settings/base.nix → user/settings/base.nix
@@ -65,7 +65,6 @@ }; home.packages = with pkgs; [ - xcp pv fd bfs
M user/settings/shell.nix → user/settings/shell.nix
@@ -22,7 +22,6 @@ "c," = "cd ${config.home.homeDirectory + "/projects/alin.ovh/nixfiles"}"; cg = "cd $(git root)"; cdg = "cd $(git root)"; - cp = "xcp"; fs = "bfs -nohidden"; nohead = "sed 1d";