diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-04-10 15:06:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-04-10 17:42:08 -0400 |
commit | e3ced89491d3b39d29ba2ae824a474ef14ebb207 (patch) | |
tree | 99e54e67dd68c8d00eb133119c7df867bc619606 /flake.nix | |
parent | nix run alejandra formatter, decided to go with it (diff) |
nix org cleaning
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -101,13 +101,13 @@ #spine-gdc = stdenv.mkDerivation { # inherit pname; # inherit version; - # meta.mainProgram = "spine-gdc"; - # executable = true; - # src = self; + # meta.mainProgram = "spine-gdc"; + # executable = true; + # src = self; # inherit shell; # inherit devEnv; - # buildInputs = [ sqlite ]; - # nativeBuildInputs = [ dub gdc gnumake ]; + # buildInputs = [ sqlite ]; + # nativeBuildInputs = [ dub gdc gnumake ]; # buildPhase = '' # runHook preBuild # dub build --compiler=$(type -P gdc) --build=gdc --combined --skip-registry=all @@ -163,8 +163,8 @@ name = "spine base dev shell"; inherit shell; inherit devEnv; - #buildInputs = [ sqlite ]; - #nativeBuildInputs = [ dub dmd ldc gdc gnumake ]; + #buildInputs = [ sqlite ]; + #nativeBuildInputs = [ dub dmd ldc gdc gnumake ]; packages = [ sqlite dub |