tests: prevent some unnecessary downloads
This commit is contained in:
parent
04955ca970
commit
762f860cfb
5 changed files with 34 additions and 3 deletions
|
|
@ -8,6 +8,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays =
|
||||
[ (self: super: { terminator = pkgs.writeScriptBin "dummy" ""; }) ];
|
||||
|
||||
nmt.script = ''
|
||||
assertFileContent home-files/.config/terminator/config ${
|
||||
pkgs.writeText "expected" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue