This commit is contained in:
2025-07-21 23:27:58 +09:00
parent 19ed535315
commit a51b29c4a0
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
set -gx PKG_CONFIG_PATH ${pkgs.openssl.dev}/lib/pkgconfig; set -gx PKG_CONFIG_PATH ${pkgs.openssl.dev}/lib/pkgconfig;
alias vi="nvim" alias vi="nvim"
alias rb="sudo nixos-rebuild switch --flake ~/nixos-config#" alias rb="sudo nixos-rebuild switch --flake ~/nixos-config#"
alias dry-rb="sudo nixos-rebuild switch --dry-run --flake ~/nixos-config#" alias dry-rb="sudo nixos-rebuild dry-build --flake ~/nixos-config#"
''; '';
plugins = [ plugins = [
# Enable a plugin (here grc for colorized command output) from nixpkgs # Enable a plugin (here grc for colorized command output) from nixpkgs

View File

@@ -41,6 +41,7 @@ with pkgs; [
erlang erlang
hex hex
rebar3 rebar3
avalonia-ilspy
haskellPackages.stack haskellPackages.stack
haskellPackages.hpack haskellPackages.hpack
haskellPackages.cabal-install haskellPackages.cabal-install