Skip to content

Commit

Permalink
nixops: build with pinned nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Apr 8, 2020
1 parent 0c4ba43 commit 041ec55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/nixops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -46,6 +46,7 @@ let
'';

nixopsRelease = import "${src}/release.nix" {
nixpkgs = pkgs.path;
inherit pluginData;
p = (p: with p; [ aws hetzner vbox libvirtd ]);
};
Expand Down

0 comments on commit 041ec55

Please sign in to comment.