0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

Terrible backward compatibility hack

This commit is contained in:
Eelco Dolstra 2013-10-11 13:33:44 +02:00
parent d374bff41e
commit a2600b7bc3
3 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ system, minimal ? false }:
let pkgs = import ../.. { config = {}; inherit system; }; in
let pkgs = import ./nixpkgs.nix { config = {}; inherit system; }; in
with pkgs.lib;
with import ../lib/qemu-flags.nix;