a test for liminix-rebuild
it's hacky as Selby, but it's better than no test
This commit is contained in:
7
tests/min-copy-closure/with-figlet.nix
Normal file
7
tests/min-copy-closure/with-figlet.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... } :
|
||||
{
|
||||
imports= [./config-ext4.nix];
|
||||
defaultProfile.packages = with pkgs; [
|
||||
figlet
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user