mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -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,5 +1,4 @@
|
||||
{ nixpkgs ? <nixpkgs> }:
|
||||
import nixpkgs {
|
||||
import <nixpkgs> {
|
||||
# docker images run on Linux
|
||||
system = "x86_64-linux";
|
||||
config = {};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
let
|
||||
pkgs = import ./. {};
|
||||
pkgs = import ./.;
|
||||
in
|
||||
pkgs.docker-nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user