mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 18:29:36 +01:00
Merge branch '2.19-maintenance' into ifd-buildStore-2.19
This commit is contained in:
commit
2e4239f9e3
1101 changed files with 16483 additions and 8593 deletions
10
tests/functional/ifd.nix
Normal file
10
tests/functional/ifd.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
with import ./config.nix;
|
||||
import (
|
||||
mkDerivation {
|
||||
name = "foo";
|
||||
bla = import ./dependencies.nix {};
|
||||
buildCommand = "
|
||||
echo \\\"hi\\\" > $out
|
||||
";
|
||||
}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue