Skip to content

imp(all): Add Nix flake for dev environment#69

Draft
MalteHerrmann wants to merge 2 commits intomainfrom
add-nix-flake
Draft

imp(all): Add Nix flake for dev environment#69
MalteHerrmann wants to merge 2 commits intomainfrom
add-nix-flake

Conversation

@MalteHerrmann
Copy link
Owner

This PR adds a Nix flake with the required information for developing the clu project.

@MalteHerrmann MalteHerrmann added the improvements Things that improve the code base or individual features without adding new functionality label Nov 6, 2024
Comment on lines +8 to +14
outputs = { self, nixpkgs }: {

packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;

packages.x86_64-linux.default = self.packages.x86_64-linux.hello;

};
Copy link
Owner Author

Choose a reason for hiding this comment

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

This needs to be adjusted to include the Rust stuff. Apparently it's not so super straight forward, some people are using some overlays to support Rust? E.g. check this: https://github.com/oxalica/rust-overlay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvements Things that improve the code base or individual features without adding new functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant