aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-23 18:58:56 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-23 19:03:49 -0400
commiteff4a98d150ac52e90e77c43b9ec755777882bba (patch)
tree09f21e96f9e55b40d4749959bd396858e42f4a1f /shell.nix
parentnix dev + update direnv 2.2.1 => 2.3.0 (diff)
nix flake, overlays from spine
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 c3203df..8a5429c 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 .
- '
'';
}