devshell!

This commit is contained in:
CherryKitten 2024-03-24 19:02:29 +01:00
parent 001f641a7f
commit c560e894fb
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -48,7 +48,13 @@
{ {
inherit lib; inherit lib;
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt); formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
colmena = {
devShells = forAllSystems (system:
let pkgs = import nixpkgs { system = system; }; in
{ default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ nix colmena git ]; }; });
colmena =
{
meta = { meta = {
description = "All my NixoS machines"; description = "All my NixoS machines";
specialArgs = { inherit inputs outputs; }; specialArgs = { inherit inputs outputs; };
@ -62,6 +68,7 @@
maine-coon = mkHost { hostname = "maine-coon"; }; maine-coon = mkHost { hostname = "maine-coon"; };
}; };
nixosConfigurations.test = nixpkgs.lib.nixosSystem { nixosConfigurations.test = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {