Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update url
  • Loading branch information
o1lo01ol1o committed Nov 16, 2023
commit e4fe7efd18fa8921e12f64d5a1129cbd719f0f46
16 changes: 10 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
description = "Grammatical Framework's Resouce Grammar Library";

inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.gf-core.url ="/Users/timpierson/Work/gf-core";

inputs.gf-core.url ="github:BeFunctional/gf-core?ref=tp_nix_flake";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably not be merged until GrammaticalFramework/gf-core#165 is merged and the urls are updated to use the official gf-core repo instead of a fork

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. Will update this mr then.


outputs = { self, nixpkgs, flake-utils, gf-core }:
flake-utils.lib.eachDefaultSystem (system:
Expand Down