1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

scmpuff: remove test dependency on zsh

This commit is contained in:
Robert Helgesson 2021-08-12 22:47:22 +02:00
parent 3d93e1e802
commit 479e26dc8c
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
3 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,9 @@
zsh.enable = true;
};
nixpkgs.overlays =
[ (self: super: { zsh = pkgs.writeScriptBin "dummy" ""; }) ];
nmt.script = ''
assertFileNotRegex home-files/.zshrc '${pkgs.scmpuff} init -s'
assertFileNotRegex home-files/.bashrc '${pkgs.scmpuff} init -s'

View File

@ -8,6 +8,9 @@
zsh.enable = true;
};
nixpkgs.overlays =
[ (self: super: { zsh = pkgs.writeScriptBin "dummy" ""; }) ];
nmt.script = ''
assertFileNotRegex home-files/.zshrc '${pkgs.scmpuff} init -s'
'';

View File

@ -5,6 +5,9 @@
zsh.enable = true;
};
nixpkgs.overlays =
[ (self: super: { zsh = pkgs.writeScriptBin "dummy" ""; }) ];
nmt.script = ''
assertFileExists home-files/.zshrc
assertFileContains \