stop accepting nixpkgs as an argument

set the NIX_PATH to select the version of nixpkgs to use
This commit is contained in:
zimbatm
2019-12-15 15:55:42 +01:00
parent 39694ed1d8
commit 949ac55e09
3 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
let
pkgs = import ./. {};
pkgs = import ./.;
in
pkgs.docker-nixpkgs