Graham Christensen
6 years ago
No known key found for this signature in database
GPG Key ID: 6121D366FE9435C
2 changed files with
2 additions and
2 deletions
-
nixos/release-combined.nix
-
nixos/release.nix
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; } |
|
|
|
, stableBranch ? false |
|
|
|
, supportedSystems ? [ "x86_64-linux" "i686-linux" ] |
|
|
|
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ] |
|
|
|
}: |
|
|
|
|
|
|
|
let |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; } |
|
|
|
, stableBranch ? false |
|
|
|
, supportedSystems ? [ "x86_64-linux" "i686-linux" ] |
|
|
|
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ] |
|
|
|
}: |
|
|
|
|
|
|
|
with import ../lib; |
|
|
|