mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
add shell.nix for development
This commit is contained in:
parent
90e72ecbb7
commit
943a92d48d
1 changed files with 5 additions and 0 deletions
5
shell.nix
Normal file
5
shell.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
with pkgs;
|
||||||
|
mkShell {
|
||||||
|
nativeBuildInputs = [ yarn ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue