aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-10 23:01:53 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-23 18:12:57 -0400
commitbadd5fe16d04828bdd6d38b9ec3f237555760e0c (patch)
tree0f3f1e8d1e147b06353fcbfe5336b6db96c48e21 /shell.nix
parentunicode, changes in use of symbols to represent things (diff)
nix configure
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/shell.nix b/shell.nix
index 68d6de9..8187445 100755
--- a/shell.nix
+++ b/shell.nix
@@ -51,21 +51,5 @@ with pkgs;
# perl534Packages.Po4a
];
shellHook = ''
- echo '
- shell.nix echo ❯❯
-
- ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c zsh
-
- ❯❯ nix develop
- ❯❯ nix develop -c zsh
-
- ❯❯ nix build
- ❯❯ nix build ".#default" --print-build-logs
- ❯❯ nix build ".#spine-dmd" --print-build-logs |& nom
- ❯❯ nix build ".#spine-ldc" --print-build-logs |& nom
- ❯❯ nix build ".#spine-gdc" --print-build-logs |& nom
-
- ❯❯ nix profile install .
- '
'';
}