add nix shell
This commit is contained in:
parent
8abc85912c
commit
b15a792985
1 changed files with 9 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
just
|
||||
librsvg
|
||||
tup
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue