Skip to content

Commit

Permalink
Merge #155: nixops: build with pinned nixpkgs
Browse files Browse the repository at this point in the history
041ec55 nixops: build with pinned nixpkgs (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 041ec55

Tree-SHA512: dfe01993b2f8d6f135069dc59dc03e5902f5a36a7f9f63f3299453314cb2cec5da3be9ef66f0186f03c132d0828d30b53d2760aaf91b77f3e2b95555304c4269
  • Loading branch information
jonasnick committed Apr 8, 2020
2 parents 0c4ba43 + 041ec55 commit d7d7070
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 d7d7070

Please sign in to comment.