nixos/azure-new: use local nixpkgs

This commit is contained in:
Cole Mickens 2020-04-27 02:11:10 -07:00
parent a8340a301a
commit 7c7e76450b
No known key found for this signature in database
GPG key ID: B475C2955744A019

View file

@ -1,5 +1,5 @@
let
pkgs = (import <nixpkgs> {});
pkgs = (import ../../../../../../default.nix {});
machine = import "${pkgs.path}/nixos/lib/eval-config.nix" {
system = "x86_64-linux";
modules = [