1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-06 08:46:07 +02:00

fix purescript

This commit is contained in:
g0dm0d 2023-12-28 00:04:33 +03:00
parent cab61cb7ad
commit ca3d0b7853

View File

@ -2,7 +2,7 @@
description = "A Nix-flake-based Purescript development environment";
inputs = {
inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz";
easy-purescript-nix = {
url = "github:justinwoo/easy-purescript-nix";
flake = false;