mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
feat: test stuff
This commit is contained in:
4
overlays/asztal/shell.nix
Normal file
4
overlays/asztal/shell.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm ];
|
||||
}
|
||||
Reference in New Issue
Block a user