nixops: build with pinned nixpkgs
This commit is contained in:
parent
0c4ba43ee8
commit
041ec55794
@ -2,7 +2,7 @@
|
|||||||
# 19.09 demands a suitable base image (defined in nixops-vbox/nix/virtualbox.nix) to
|
# 19.09 demands a suitable base image (defined in nixops-vbox/nix/virtualbox.nix) to
|
||||||
# start the virtualbox guest service during system activation.
|
# start the virtualbox guest service during system activation.
|
||||||
|
|
||||||
{ stdenv, nixops, runCommand, fetchFromGitHub }:
|
{ pkgs, stdenv, runCommand, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pluginData = {
|
pluginData = {
|
||||||
@ -46,6 +46,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nixopsRelease = import "${src}/release.nix" {
|
nixopsRelease = import "${src}/release.nix" {
|
||||||
|
nixpkgs = pkgs.path;
|
||||||
inherit pluginData;
|
inherit pluginData;
|
||||||
p = (p: with p; [ aws hetzner vbox libvirtd ]);
|
p = (p: with p; [ aws hetzner vbox libvirtd ]);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user