hi
This commit is contained in:
commit
b44f7f85f3
16 changed files with 302 additions and 0 deletions
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;
|
||||
});
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue