Skip to content

Commit fc72856

Browse files
authored
Update inputs, remove vestigial ones, clean up (#157)
* Update inputs, remove vestigial ones * Clean up VSCode configuration
1 parent 4529dae commit fc72856

File tree

17 files changed

+573
-1167
lines changed

17 files changed

+573
-1167
lines changed

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ push-result-to-cache: (push-to-cache "result")
3535
push-to-cache path:
3636
cachix push tilde {{ path }}
3737
attic push tilde {{ path }}
38+
39+
move-rc-files:
40+
mv /etc/bashrc /etc/bashrc.before-nix-darwin
41+
mv /etc/zshrc /etc/zshrc.before-nix-darwin

0 commit comments

Comments
 (0)