dotfiles/rebuild-ubuntu.sh
2023-01-02 01:35:11 -05:00

5 lines
101 B
Bash
Executable File

#!/bin/bash
git add . # YOLO
nix build ./_ubuntu --extra-experimental-features "nix-command flakes"