diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-25 10:36:43 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-03-05 16:34:52 -0500 |
commit | c4089574242a027db1655f0ee15eac9953fe9993 (patch) | |
tree | c7576090a317f5cb915c4a6407393ca458d4ec4b /shell.nix | |
parent | external & build dependences in src tree (diff) |
cleaning
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,12 +3,9 @@ pkgs.mkShell { buildInputs = with pkgs; [ (import ./nix/pkglst/shell-pkgs.nix { inherit pkgs; }) ]; - buildPhase = "nix build -f default.nix"; shellHook = '' - echo "built spine @ ./result/bin/spine" if [[ -e ".envrc" ]]; then source .envrc fi - #nix-instantiate | nix show-derivation | jq ''; } |