Add sas devshell

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-07 14:11:56 +02:00
parent eb51d232f8
commit 32124eb8e2
2 changed files with 29 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
nix = import ./hosts/common/shells/nix { inherit pkgs; };
nodejs = import ./hosts/common/shells/nodejs { inherit pkgs; };
python = import ./hosts/common/shells/python { inherit pkgs; };
sas = import ./hosts/common/shells/sas { inherit pkgs; };
};
formatter = pkgs.nixfmt-rfc-style;