mirror of
https://github.com/NixOS/nix
synced 2025-07-09 12:03:55 +02:00
parent
732296ddc0
commit
a0259a21a4
4 changed files with 32 additions and 18 deletions
|
@ -8,6 +8,8 @@ assert foo == "foo";
|
|||
|
||||
let
|
||||
|
||||
platforms = let x = "foobar"; in [ x x ];
|
||||
|
||||
makeDrv = name: progName: (mkDerivation {
|
||||
name = assert progName != "fail"; name;
|
||||
inherit progName system;
|
||||
|
@ -15,6 +17,7 @@ let
|
|||
} // {
|
||||
meta = {
|
||||
description = "A silly test package with some \${escaped anti-quotation} in it";
|
||||
inherit platforms;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue