forked from DGNum/infrastructure
fix(satosa): Make the package reproductible
This commit is contained in:
parent
0d1d20d83c
commit
51880388ec
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, sources, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault mkEnableOption mkIf mkOption types;
|
||||
|
@ -20,7 +20,7 @@ in {
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = let pkgs = import <nixpkgs> { };
|
||||
default = let pkgs = import sources.nixos-unstable { };
|
||||
in import ./package {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) lib;
|
||||
|
|
Loading…
Reference in a new issue