Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit d949de1

Browse files
authored
Add default.nix for non-flake compatibility (#2)
See #1
1 parent 0cab87e commit d949de1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(import (
2+
fetchTarball {
3+
url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
4+
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
5+
}
6+
) {
7+
src = ./.;
8+
}).defaultNix

0 commit comments

Comments
 (0)