mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
updates
This commit is contained in:
parent
fae3e9ef1f
commit
4917cfc1eb
6 changed files with 537 additions and 103 deletions
9
devshells/default/default.nix
Normal file
9
devshells/default/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.mkShell {
|
||||
name = "default";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
vim
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue