{ description = "A variety of .NET core libraries used for development"; inputs = { std.url = "github:divnix/std/v0.23.2"; std.inputs.nixpkgs.follows = "nixpkgs"; nixpkgs.url = "nixpkgs/nixos-unstable"; }; outputs = inputs @ { self, std, ... }: std.growOn { inherit inputs; systems = ["x86_64-linux"]; cellsFrom = ./nix; cellBlocks = with std.blockTypes; [ (devshells "shells") (nixago "configs") ]; } { devShells = std.harvest self ["common" "shells"]; }; }