[NixOS] Build runc from source

This commit is contained in:
2024-12-30 22:55:46 -07:00
parent 2d4c1df31f
commit 5b3915ad27
4 changed files with 18 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
};
nixpkgs.overlays = [
(import ./runc-overlay.nix)
(import ./overlay.nix)
] ++ (if config.imalison.nixOverlay.enable then [ inputs.nix.overlays.default ] else []);