Skip to content

Commit e88d360

Browse files
authored
Update inputs, small configuration updates (#160)
* Update inputs, small configuration updates * Update hash for `csdevkit` VSCode extension
1 parent d4e750b commit e88d360

File tree

10 files changed

+136
-254
lines changed

10 files changed

+136
-254
lines changed

Justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-home name:
1616
nom build .#homeConfigurationsPortable.{{ name }}.activation-script {{ nix_flags }} {{ build_flags }}
1717

1818
switch:
19-
{{ os_command }} switch {{ darwin_flags }}
19+
sudo {{ os_command }} switch {{ darwin_flags }}
2020

2121
update-input input:
2222
nix flake lock --update-input {{ input }}
@@ -37,5 +37,5 @@ push-to-cache path:
3737
attic push tilde {{ path }}
3838

3939
move-rc-files:
40-
mv /etc/bashrc /etc/bashrc.before-nix-darwin
41-
mv /etc/zshrc /etc/zshrc.before-nix-darwin
40+
sudo mv /etc/bashrc /etc/bashrc.before-nix-darwin
41+
sudo mv /etc/zshrc /etc/zshrc.before-nix-darwin

0 commit comments

Comments
 (0)