summary refs log tree commit diff
path: root/lib/channel-expr.nix
blob: 453bdd506b88ffb6fa00feb3e6e4a90907fce8b2 (plain) (blame)
1
2
3
4
5
6
{ system ? builtins.currentSystem }:

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