mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
clean up some instances of with scopes
This commit is contained in:
parent
e494d77078
commit
1bcb51b487
8 changed files with 73 additions and 52 deletions
|
|
@ -2,12 +2,15 @@
|
|||
pkgs.mkShell {
|
||||
name = "default";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
vim
|
||||
nixos-anywhere
|
||||
ssh-to-age
|
||||
];
|
||||
buildInputs = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
git
|
||||
vim
|
||||
nixos-anywhere
|
||||
ssh-to-age
|
||||
;
|
||||
};
|
||||
|
||||
shellHook = ''
|
||||
git pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue