Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
d25f5b8c19 | |||
d498d580fd | |||
8f040064f5 |
1 changed files with 2 additions and 7 deletions
|
@ -1,18 +1,13 @@
|
|||
{ projectSource ? builtins.fetchGit ./.
|
||||
, nixpkgs ? import <nixpkgs> {}
|
||||
, officialRelease ? false
|
||||
, nixpkgs ? import <nixpkgs> {}
|
||||
}:
|
||||
|
||||
rec {
|
||||
|
||||
build = nixpkgs.lib.genAttrs [ "x86_64-linux" ] (system:
|
||||
with import <nixpkgs> { inherit system; };
|
||||
|
||||
releaseTools.nixBuild {
|
||||
nixpkgs.releaseTools.nixBuild {
|
||||
name = "gpr2-exercise01";
|
||||
src = projectSource;
|
||||
doCheck = false;
|
||||
}
|
||||
);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue