We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24c3d68 + 472bcf1 commit cae0ff4Copy full SHA for cae0ff4
pkgs/default.nix
@@ -3,7 +3,11 @@ let
3
in
4
# Set default values for use without flakes
5
{ pkgs ? import <nixpkgs> { config = {}; overlays = []; }
6
-, pkgsUnstable ? import nixpkgsPinned.nixpkgs-unstable { config = {}; overlays = []; }
+, pkgsUnstable ? import nixpkgsPinned.nixpkgs-unstable {
7
+ inherit (pkgs) system;
8
+ config = {};
9
+ overlays = [];
10
+ }
11
}:
12
let self = {
13
clightning-rest = pkgs.callPackage ./clightning-rest { };
0 commit comments