parent
b3d73e0aff
commit
e150dd4a66
3 changed files with 28 additions and 3 deletions
13
tests/modules/programs/texlive-minimal.nix
Normal file
13
tests/modules/programs/texlive-minimal.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
config = {
|
||||
programs.texlive.enable = true;
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-path/bin/tex
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue