mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
hi
This commit is contained in:
14
overlay.nix
Normal file
14
overlay.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
_: pkgs: {
|
||||
docker-nixpkgs = rec {
|
||||
|
||||
curl = pkgs.callPackage ./curl {};
|
||||
|
||||
nix = pkgs.callPackage ./nix {};
|
||||
|
||||
# docker images must be lower-cased
|
||||
nix-unstable = nix.overrideAttrs (self: {
|
||||
nix = pkgs.nixUnstable;
|
||||
});
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user