forked from github-mirror/docker-nixpkgs
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