this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(nix): add python kubernetes and darwin back for now

Khue Doan 6438bd8a acd2ab80

+5
+5
flake.nix
··· 11 11 nixpkgs.lib.genAttrs [ 12 12 "x86_64-linux" 13 13 "aarch64-linux" 14 + "aarch64-darwin" 14 15 ] (system: function (import nixpkgs { inherit system; })); 15 16 in 16 17 { ··· 38 39 wireguard-tools 39 40 yamlfmt 40 41 yamllint 42 + 43 + (python3.withPackages (p: with p; [ 44 + kubernetes 45 + ])) 41 46 ]; 42 47 }; 43 48 });