chore: adds nixos flake support #844
Reference in New Issue
Block a user
No description provided.
Delete Branch "devydave/abra:feat-nix-flake"
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?
Finally had time to create the PR. WHat do you think should I put in the maintainer property?
Amazing, tested by running
nix developthenmakeand had a clean smooth abra binary to use!For maintainer, are you comfortable maintaining it? I imagine there are not that many updates and I can continue reviewing PRs
@ -0,0 +3,4 @@inputs = {nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";flake-utils.url = "github:numtide/flake-utils";nice! (I'm a nix newbie and TIL about this haha)
Yes, I am up for maintaining it :) I use abra on a regular basis, so I also have a strong interest to keep it up to date ^^
I also expect things to stay stable unless there are breaking build changes or external dependencies introduced.
Just to leave it here too, install steps to add it to your system packages once this is merged.
Based on https://nixos.wiki/wiki/flakes#Using_nix_flakes_with_NixOS