From d59061e526b435415b807dd0fe0f92054d30e038 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 5 Mar 2024 11:33:22 +0800 Subject: [PATCH] feat: nix related tools --- README.md | 1 + home/base/desktop/dev-tools.nix | 1 - home/base/server/core.nix | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b42baac2..c6420bb2 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Other dotfiles that inspired me: - [gvolpe/nix-config](https://github.com/gvolpe/nix-config) - [Ruixi-rebirth/flakes](https://github.com/Ruixi-rebirth/flakes) - [fufexan/dotfiles](https://github.com/fufexan/dotfiles): gtk theme, xdg, git, media, anyrun, etc. + - [nix-community/srvos](https://github.com/nix-community/srvos): a collection of opinionated and sharable NixOS configurations for servers - Modularized NixOS Configuration - [hlissner/dotfiles](https://github.com/hlissner/dotfiles) - [viperML/dotfiles](https://github.com/viperML/dotfiles) diff --git a/home/base/desktop/dev-tools.nix b/home/base/desktop/dev-tools.nix index 610f987c..37e66b08 100644 --- a/home/base/desktop/dev-tools.nix +++ b/home/base/desktop/dev-tools.nix @@ -36,7 +36,6 @@ bfg-repo-cleaner # remove large files from git history k6 # load testing tool protobuf # protocol buffer compiler - nix-init # generate nix package from url # solve coding extercises - learn by doing exercism diff --git a/home/base/server/core.nix b/home/base/server/core.nix index 508147fc..e0d98586 100644 --- a/home/base/server/core.nix +++ b/home/base/server/core.nix @@ -42,6 +42,13 @@ # it provides the command `nom` works just like `nix # with more details log output nix-output-monitor + hydra-check # check hydra(nix's build farm) for the build status of a package + nix-index # A small utility to index nix store paths + nix-init # generate nix derivation from url + # https://github.com/nix-community/nix-melt + nix-melt # A TUI flake.lock viewer + # https://github.com/utdemir/nix-tree + nix-tree # A TUI to visualize the dependency graph of a nix derivation # productivity caddy # A webserver with automatic HTTPS via Let's Encrypt(replacement of nginx)