Basic shell.nix to start with gcc, universal-ctags, and uriparser
This commit is contained in:
parent
3a2295606f
commit
d201d050ab
1 changed files with 8 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
gcc
|
||||
universal-ctags
|
||||
uriparser
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue