Skip to content

Commit 785a0ca

Browse files
committed
flake description
1 parent f646ca9 commit 785a0ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flake.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
{ inputs.flake-utils.url = "github:numtide/flake-utils";
1+
{
2+
description = "Easy PureScript Nix";
3+
4+
inputs.flake-utils.url = "github:numtide/flake-utils";
25

36
outputs = { flake-utils, ... }:
47
flake-utils.lib.eachDefaultSystem
@@ -42,3 +45,4 @@
4245
}
4346
);
4447
}
48+

0 commit comments

Comments
 (0)