mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add shell.nix with some useful tools
This commit is contained in:
parent
9f2cacd5b1
commit
8762b45865
1 changed files with 3 additions and 0 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [ git vim ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue