mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
Update the devshell for jj use instead of git
This commit is contained in:
parent
f7c2355baa
commit
de157f3e9a
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
{pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
name = "default";
|
||||
|
||||
buildInputs = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
inherit (pkgs)
|
||||
git
|
||||
vim
|
||||
nixos-anywhere
|
||||
|
|
@ -14,6 +13,6 @@ pkgs.mkShell {
|
|||
};
|
||||
|
||||
shellHook = ''
|
||||
git pull
|
||||
jj fetch
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue