a lot of changes...
This commit is contained in:
parent
d320410242
commit
bca3a99f9d
21 changed files with 1858 additions and 674 deletions
1757
scripts/quicklisp.lisp
Normal file
1757
scripts/quicklisp.lisp
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
currentdir=$(pwd)
|
||||
cd ~/.dotfiles
|
||||
if [[hostname == "kaladin"]]; then
|
||||
cd ~/.config/dotfiles
|
||||
else
|
||||
cd ~/.dotfiles
|
||||
fi
|
||||
nix flake update
|
||||
nix flake lock
|
||||
cd $currentdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
currentdir=$(pwd)
|
||||
cd ~/.dotfiles
|
||||
cd ~/.config/dotfiles/
|
||||
nixos-rebuild --use-remote-sudo switch --show-trace --verbose --impure --flake .#
|
||||
cd $currentdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue