all repos — nixfiles @ f34a157aa5c59b5c4dd702cf0f816a778b019e84

System and user configuration, managed by nix and home-manager

remove xcp (broken build on darwin)

Alan Pearce
commit

f34a157aa5c59b5c4dd702cf0f816a778b019e84

parent

74344bdf071681cfe5768efe48519e81a9e87756

2 files changed, 0 insertions(+), 2 deletions(-)

changed files
M user/settings/base.nixuser/settings/base.nix
@@ -65,7 +65,6 @@ };
home.packages = with pkgs; [ - xcp pv fd bfs
M user/settings/shell.nixuser/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";