mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-23 14:56:43 +03:00
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
|
||||
# start the virtualbox guest service during system activation.
|
||||
|
||||
{ stdenv, nixops, runCommand, fetchFromGitHub }:
|
||||
{ pkgs, stdenv, runCommand, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
pluginData = {
|
||||
@ -46,6 +46,7 @@ let
|
||||
'';
|
||||
|
||||
nixopsRelease = import "${src}/release.nix" {
|
||||
nixpkgs = pkgs.path;
|
||||
inherit pluginData;
|
||||
p = (p: with p; [ aws hetzner vbox libvirtd ]);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user