fix default.nix

deleting .default made it not return a drv in the non-shell case
This commit is contained in:
Ryan Mulligan 2020-10-24 14:33:53 -07:00
parent e083d938a1
commit 9630bde0bb

View File

@ -13,4 +13,4 @@ let
in
if returnShellEnv
then flake-compat.shellNix
else flake-compat.defaultNix
else flake-compat.defaultNix.default