fix rebuild script
This commit is contained in:
parent
4523040110
commit
119a0fbd71
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: let
|
||||
updateScript = pkgs.writeShellScriptBin "rebuild" ''
|
||||
#!/bin/sh
|
||||
nixos-rebuild switch --flake git+https://git.distrust.network/root/flake#distrust
|
||||
nixos-rebuild switch --flake git+https://git.distrust.network/root/flake?ref=main#distrust
|
||||
'';
|
||||
tor-hostname = import ../helpers/tor-hostname.nix {inherit pkgs;};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue