dotfiles/rebuild-ubuntu.sh

5 lines
101 B
Bash
Raw Normal View History

2023-01-02 05:38:18 +00:00
#!/bin/bash
git add . # YOLO
2023-01-02 06:35:11 +00:00
nix build ./_ubuntu --extra-experimental-features "nix-command flakes"