Skip to content

Commit

Permalink
nix: Simplify shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 16, 2023
1 parent 3601bf8 commit 3297733
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# TODO: Remove this after https://github.com/srid/haskell-template/issues/23

(import
(
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz";
sha256 = "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=";
}
)
{
src = ./.;
}).shellNix
(builtins.getFlake ("git+file://" + toString ./.)).devShells.${builtins.currentSystem}.default

0 comments on commit 3297733

Please sign in to comment.