1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-17 16:18:54 +00:00
nixpkgs/nixos/lib/channel-expr.nix

6 lines
144 B
Nix

{ system ? builtins.currentSystem }:
{ pkgs =
(import nixpkgs/default.nix { inherit system; })
// { recurseForDerivations = true; };
}