This commit is contained in:
Agatha Lovelace 2023-04-02 19:24:33 +02:00
parent b728e7baaf
commit 0a87773ae5
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 7 additions and 0 deletions

7
default.nix Normal file
View File

@ -0,0 +1,7 @@
(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2"; }
) {
src = ./.;
}).defaultNix