5 lines
146 B
Fish
5 lines
146 B
Fish
#!/usr/bin/env fish
|
|
|
|
function nixgcboot --description 'fix full boot'
|
|
sudo nixos-rebuild boot --flake ~/source/nixos-config/#eddie $argv
|
|
end
|