forked from colonelpanic/dotfiles
5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/usr/bin/env sh
|
|
rm flake.lock
|
|
nix flake update --impure --inputs-from .
|
|
sudo nixos-rebuild switch --flake '.#' --impure
|