Skip to content

Commit

Permalink
Add default.nix for non-flake compatibility (#2)
Browse files Browse the repository at this point in the history
See #1
  • Loading branch information
kylecarbs authored Sep 12, 2024
1 parent 0cab87e commit d949de1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
}
) {
src = ./.;
}).defaultNix

0 comments on commit d949de1

Please sign in to comment.