-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The repo now only contains spago-next
- Loading branch information
Showing
215 changed files
with
178 additions
and
11,444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
|
||
if command -v nix; | ||
then | ||
export NIXPKGS_ALLOW_UNFREE=1 | ||
use flake | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
data | ||
test/spago-test | ||
.stack-work/ | ||
*~ | ||
**/__pycache__ | ||
templates/docs-search-app* | ||
templates/purescript-docs-search* | ||
.envrc | ||
curator.log | ||
.DS_Store | ||
stack.yaml.lock | ||
!npm/.npmrc | ||
/bower_components/ | ||
/node_modules/ | ||
/.pulp-cache/ | ||
/output/ | ||
/output-es/ | ||
/generated-docs/ | ||
/.psc-package/ | ||
/.psc* | ||
/.purs* | ||
/.psa* | ||
/.spago | ||
/bin/bundle.js | ||
.direnv | ||
*.node | ||
**/.vscode | ||
.psc* | ||
dist-newstyle | ||
**/.DS_Store |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.