stop accepting nixpkgs as an argument
set the NIX_PATH to select the version of nixpkgs to use
This commit is contained in:
parent
39694ed1d8
commit
949ac55e09
3 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
{ nixpkgs ? <nixpkgs> }:
|
||||
import nixpkgs {
|
||||
import <nixpkgs> {
|
||||
# docker images run on Linux
|
||||
system = "x86_64-linux";
|
||||
config = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue