Updates to Flakes and Zeke
Add /dev/sda1 to Zeke Update Flakes Add initial colmena support Add colmena to shells Update kubernetes pins
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
local_overlay
|
local_overlay
|
||||||
packages_overlay
|
packages_overlay
|
||||||
top.nixvimunstable.overlays.default
|
top.nixvimunstable.overlays.default
|
||||||
|
top.proxmox.overlays.x86_64-linux
|
||||||
];
|
];
|
||||||
metadata = builtins.fromJSON (builtins.readFile ./network.json);
|
metadata = builtins.fromJSON (builtins.readFile ./network.json);
|
||||||
|
|
||||||
@@ -82,12 +83,16 @@
|
|||||||
{
|
{
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import top.nixunstable {
|
nixpkgs = import top.nixunstable {
|
||||||
|
inherit overlays;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
overlays = overlays ++ [ top.proxmox.overlays.x86_64-linux ];
|
|
||||||
};
|
};
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit metadata self top;
|
inherit
|
||||||
overlays = overlays ++ [ top.proxmox.overlays.x86_64-linux ];
|
metadata
|
||||||
|
self
|
||||||
|
top
|
||||||
|
overlays
|
||||||
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user