5 lines
172 B
Bash
Executable file
5 lines
172 B
Bash
Executable file
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p bash
|
|
nixos-rebuild build \
|
|
--option eval-cache false \
|
|
--flake /workspace/deployed-nixos-server-and-apps#linode-nixos
|