-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「✨」 feat(Flake): added nix flake for easier install #5
base: main
Are you sure you want to change the base?
Conversation
Should do a home-manager module for the USER and EMAIL environment variable tho |
buildInputs = with pkgs; [ | ||
clang | ||
]; | ||
buildPhase = '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas nécessaire, make
est test par default
|
||
outputs = { self, nixpkgs, ... }: | ||
let | ||
supportedSystems = [ "x86_64-linux" ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilise https://github.com/nix-systems/ pour le support
Added a little flake that compile the binary and put it into a nixpkgs ❄️
Also added instruction into the readme