mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
a7690e35d0
modified to fix laziness issue in defaultNix
9 lines
153 B
Nix
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
|