Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

KeyZox71
Copy link
Member

@KeyZox71 KeyZox71 commented Nov 20, 2024

Added a little flake that compile the binary and put it into a nixpkgs ❄️
Also added instruction into the readme

@KeyZox71 KeyZox71 requested a review from xtrm-en November 20, 2024 20:35
@KeyZox71
Copy link
Member Author

Should do a home-manager module for the USER and EMAIL environment variable tho

buildInputs = with pkgs; [
clang
];
buildPhase = ''
Copy link
Member

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" ];
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants