forked from github-mirror/docker-nixpkgs
hi
This commit is contained in:
7
default.nix
Normal file
7
default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ nixpkgs ? <nixpkgs> }:
|
||||
import nixpkgs {
|
||||
config = {};
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user