unstable.nix (112B)
1 _: _: 2 let 3 unstable = (import ../.).pkgs-unstable { }; 4 in 5 { 6 inherit (unstable) 7 # cachix 8 #git 9 ; 10 }