juspay / nixos-unified-template

A multi-platform Nix configuration template optimized as development environment, based on nixos-unified.
GNU Affero General Public License v3.0
129 stars 36 forks source link

Automated install #11

Open srid opened 7 months ago

srid commented 7 months ago

Instead of pairing with folks to do manual setup of nix-dev-home on a computer with Nix installed, it'd be great to have an automated script that works like DetSys nix-installer.

It should do:

Stretch:

shivaraj-bh commented 7 months ago
srid commented 7 months ago

Yea we can, though it won't cover all cases, like bash functions, viz.:

image
srid commented 7 months ago

I think we can do this as a flake app in this repo.

nix run github:juspay/nix-dev-home#install
srid commented 1 month ago

We shall do this as part of https://omnix.page/om/init.html

image
srid commented 1 month ago

We keep hitting

image

Not sure how to automate this.