Skip to content

Commit

Permalink
add compatibility layer
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent 170eca8 commit 34080e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.nix
@@ -0,0 +1,5 @@
(import (fetchTarball {
url =
"https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
}) { src = ./.; }).defaultNix
5 changes: 5 additions & 0 deletions shell.nix
@@ -0,0 +1,5 @@
(import (fetchTarball {
url =
"https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
}) { src = ./.; }).shellNix

0 comments on commit 34080e6

Please sign in to comment.