diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-04 22:12:27 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-04 22:25:39 -0500 |
commit | ba9da295a0efefc0537d7554b2f4488ae94ece2d (patch) | |
tree | 32c2e6d1d6d87c4dd4c322210baedb042be71ecf /default.nix | |
parent | some pod samples including default generated and sisu-markup (diff) |
shell_spine.nix added
Diffstat (limited to 'default.nix')
-rwxr-xr-x | default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 0c100a2..7e4f233 100755 --- a/default.nix +++ b/default.nix @@ -1,4 +1,3 @@ -#!/usr/bin/env -S nix-build { pkgs ? import <nixpkgs> {} }: with import ./nix/mkDub.nix { inherit pkgs; }; mkDubDerivation rec { |