personalize
This commit is contained in:
21
nix/automation/devshells.nix
Executable file
21
nix/automation/devshells.nix
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
inputs,
|
||||
cell,
|
||||
}: let
|
||||
inherit (inputs.nixpkgs) pkgs;
|
||||
inherit (inputs.std) std;
|
||||
in {
|
||||
default = std.lib.mkShell {
|
||||
name = "blg.nrd.sh";
|
||||
imports = [std.devshellProfiles.default];
|
||||
commands = [
|
||||
{package = cell.packages.astro;}
|
||||
{package = pkgs.nodejs_latest;}
|
||||
{package = pkgs.nodePackages_latest.node2nix;}
|
||||
{package = pkgs.nodePackages_latest.svgo;}
|
||||
{package = pkgs.nodePackages_latest.yarn;}
|
||||
{package = pkgs.pngout;}
|
||||
{package = pkgs.libwebp;}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user