mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 14:14:22 +01:00
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf result
|
|
nix build '.#' --extra-experimental-features nix-command --extra-experimental-features flakes
|