diff options
| author | seth <[email protected]> | 2023-09-09 17:52:13 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-09 17:52:13 -0400 |
| commit | e836acc0832f599de9b74224703cad06eafd38d5 (patch) | |
| tree | c82887241f33dcea582ae2d2338901a46ecf721a | |
| parent | 242bd90bc6566393e451d923d4d2e91863d15e30 (diff) | |
flake: fix default.nix compat
| -rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 7d52616..cb09ef8 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ (import (fetchTarball { url = "https://github.com/edolstra/flake-compat/archive/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9.tar.gz"; - hash = "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8="; - } {src = ./.;})) + sha256 = "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8="; + }) {src = ./.;}) .defaultNix |
