We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c4ba43 + 041ec55 commit d7d7070Copy full SHA for d7d7070
pkgs/nixops/default.nix
@@ -2,7 +2,7 @@
2
# 19.09 demands a suitable base image (defined in nixops-vbox/nix/virtualbox.nix) to
3
# start the virtualbox guest service during system activation.
4
5
-{ stdenv, nixops, runCommand, fetchFromGitHub }:
+{ pkgs, stdenv, runCommand, fetchFromGitHub }:
6
7
let
8
pluginData = {
@@ -46,6 +46,7 @@ let
46
'';
47
48
nixopsRelease = import "${src}/release.nix" {
49
+ nixpkgs = pkgs.path;
50
inherit pluginData;
51
p = (p: with p; [ aws hetzner vbox libvirtd ]);
52
};
0 commit comments