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:
Greg Hellings
2025-12-15 22:18:29 -06:00
parent afbc6e4fef
commit 854aed86e0
8 changed files with 202 additions and 18 deletions
+3 -1
View File
@@ -1,10 +1,11 @@
{
pkgs,
nixvimunstable,
colmena,
...
}:
let
system = pkgs.system;
inherit (pkgs.stdenv.hostPlatform) system;
vim = (
nixvimunstable.legacyPackages.${system}.makeNixvim (
import ./home/baseline/vim/config.nix {
@@ -19,6 +20,7 @@ in
default = pkgs.mkShell {
buildInputs = with pkgs; [
bashInteractive
colmena.defaultPackage.${system}
stdenv.cc
curl
git