5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git add . # YOLO
|
|
nix build ./_ubuntu --extra-experimental-features "nix-command flakes"
|