1
0
Fork 0

allow passing system to default.nix

This is needed to use hscloud in builds invoked from flakes.

Change-Id: I7551b97dfeedb9399866cd2c16cc573ee60359cc
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1452
Reviewed-by: q3k <q3k@hackerspace.pl>
master
vuko 2022-12-20 00:48:28 +01:00
parent aa077968f9
commit 9836999652
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ ... }@args:
{ system ? builtins.currentSystem, ... }@args:
with builtins;
@ -22,6 +22,7 @@ let
config.permittedInsecurePackages = [
"qtwebkit-5.212.0-alpha4"
];
inherit system;
};
resForPkgs = pkgs: fix (self: (readTree rec {