mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
7 lines
144 B
Nix
7 lines
144 B
Nix
{ system ? builtins.currentSystem }:
|
|
|
|
{ pkgs =
|
|
(import nixpkgs/default.nix { inherit system; })
|
|
// { recurseForDerivations = true; };
|
|
}
|