default.nix: Return a derivation directly
This commit is contained in:
parent
432dd4edbe
commit
6146aef174
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
let
|
let
|
||||||
flake = import ./flake-compat.nix;
|
flake = import ./flake-compat.nix;
|
||||||
in flake.defaultNix
|
in flake.defaultNix.default
|
||||||
|
|
Loading…
Reference in a new issue