feat: assignment 3
This commit is contained in:
parent
06fbd2d6ad
commit
3cc3f6332d
7 changed files with 281 additions and 0 deletions
9
assignment3/test.nix
Normal file
9
assignment3/test.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
a3 = { runCommandLocal, makeWrapper }:
|
||||
runCommandLocal "a3-test" { nativeBuildInputs = [ makeWrapper ]; }
|
||||
''
|
||||
mkdir -p $out/bin
|
||||
install ${./test} $out/bin/a3-test
|
||||
wrapProgram "$out/bin/a3-test" --set FLAKE ${../.}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue