docker-nixpkgs/release.nix
zimbatm 949ac55e09
stop accepting nixpkgs as an argument
set the NIX_PATH to select the version of nixpkgs to use
2019-12-15 15:57:40 +01:00

4 lines
48 B
Nix

let
pkgs = import ./.;
in
pkgs.docker-nixpkgs