diff options
Diffstat (limited to 'nix/flake-compat.nix')
-rw-r--r-- | nix/flake-compat.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/flake-compat.nix b/nix/flake-compat.nix index 8b6cb99c..7162a6cf 100644 --- a/nix/flake-compat.nix +++ b/nix/flake-compat.nix @@ -6,4 +6,4 @@ let sha256 = narHash; }; in -import flake-compat { src = ../.; } + import flake-compat {src = ../.;} |