Add Nix support #62
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tasiaiso/tildefriends:tasiaiso-nix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enter a shell with the needed dependencies:
$ nix develop
Build Tilde Friends:
$ nix build
Format the Nix code:
$ nix fmt
@cory Ready for review
build(nix): add Nix supportto Add Nix supportThis sounds pretty exciting, but I want to make some time to play with nix bit first before blindly merging this.
I've done no research, but I wonder if it's possible for any of the new files to live in a subdirectory. I also wonder if
result
can be moved intoout/
.flake.nix
andflake.lock
have to stay in the root directory. I can merge default.nix into flake.nix but I'm pretty sure that'll break compatibility with those that don't use flakes.It can be by passing a flag to nix build.
Should I write more doc in the nix files ?