diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-09 21:23:28 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-09 21:23:28 -0500 |
commit | 3d7208853d0f7dfdee4c0aa26a65557414aea96f (patch) | |
tree | 607e68f9a5bc77599d0ad15eab678f1b6673244b /hooks/pre-up/nix | |
parent | 8747402d7647d02d85f513cdd9d32410a6e17db6 (diff) | |
download | rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.gz rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.bz2 rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.zip |
Shell update
Diffstat (limited to 'hooks/pre-up/nix')
-rwxr-xr-x | hooks/pre-up/nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hooks/pre-up/nix b/hooks/pre-up/nix deleted file mode 100755 index 84c077e..0000000 --- a/hooks/pre-up/nix +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -if ! [ -x "$(command -v nix)" ]; then - sh <(curl -L https://nixos.org/nix/install) --no-daemon -fi - |