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:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user