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:
parent
d374bff41e
commit
a2600b7bc3
3 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue