mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-09-04 14:04:58 -04:00
hi
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ nixpkgs ? <nixpkgs> }:
|
||||
import nixpkgs {
|
||||
config = {};
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user