mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
stop accepting nixpkgs as an argument
set the NIX_PATH to select the version of nixpkgs to use
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let
|
||||
pkgs = import ./. {};
|
||||
pkgs = import ./.;
|
||||
in
|
||||
pkgs.docker-nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user