dream2nix/dev-flake/default.nix
DavHau a7690e35d0 flake-compat: vendor + customize
modified to fix laziness issue in defaultNix
2023-11-05 03:42:18 +00:00

9 lines
153 B
Nix

# This file provides backward compatibility to nix < 2.4 clients
let
flake =
import
./flake-compat.nix
{src = ./.;};
in
flake.defaultNix