diff options
author | Soispha <soispha@vhack.eu> | 2023-05-02 20:14:33 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-02 20:14:33 +0200 |
commit | 02957ce307c61b571e1d9b106fea4673203c760b (patch) | |
tree | f067b0797ca5e82049be536602a639b347de40e2 | |
parent | Chore(flake): Update (diff) | |
download | nixos-server-02957ce307c61b571e1d9b106fea4673203c760b.tar.gz nixos-server-02957ce307c61b571e1d9b106fea4673203c760b.zip |
Fix(update): Remove
It will (at some point) be installed through direnv, when it is in nixpkgs.
-rwxr-xr-x | update | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/update b/update deleted file mode 100755 index 07fd496..0000000 --- a/update +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# shellcheck disable=SC2086 - - -nix run git+https://codeberg.org/soispha/flake_update.git; |