mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-28 23:22:00 +03:00
fix default.nix
deleting .default made it not return a drv in the non-shell case
This commit is contained in:
parent
e083d938a1
commit
9630bde0bb
@ -13,4 +13,4 @@ let
|
||||
in
|
||||
if returnShellEnv
|
||||
then flake-compat.shellNix
|
||||
else flake-compat.defaultNix
|
||||
else flake-compat.defaultNix.default
|
||||
|
Loading…
Reference in New Issue
Block a user