nixos/azure-new: use local nixpkgs

gstqt5
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
1 changed files with 1 additions and 1 deletions

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 = [