From c19cdb218e3cd71fad3b00cd71a016981bc5d7e7 Mon Sep 17 00:00:00 2001 From: srid Date: Sat, 21 Sep 2024 02:27:02 +0000 Subject: [PATCH] deploy: 1dd69820c27ceb88779e4dcdcfba7184c6d2aea1 --- index.html | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/index.html b/index.html index 4c48c16..2cf7e0b 100644 --- a/index.html +++ b/index.html @@ -1,28 +1,3 @@
-#!/bin/sh
-
-# Install Nix
-curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
-  sh -s -- install --no-confirm --extra-conf "trusted-users = $(whoami)"
-
-# Source nix configuration
-. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
-
-# Run `om health`
-echo "\n# Check nix health"
-nix --accept-flake-config run github:juspay/omnix health
-
-# Setup nix-dev-home
-echo "\n# Setting up home-manager & direnv"
-mkdir -p ~/nixconfig && cd ~/nixconfig
-nix --accept-flake-config run github:juspay/omnix -- \
-  init github:juspay/nix-dev-home -o . \
-  --non-interactive \
-  --params '{"username":"'$(whoami)'", "git-name":"'$(id -F)'", "git-email":"'$(whoami)'@juspay.in", "neovim": true, "github-ci": false}'
-nix run
-# TODO: ^ must move dotfiles out of the way
-
-# New shell to activate home-manager env
-echo "\n# Spawning new shell"
-exec $SHELL
+Please see https://github.com/juspay/nixone