Question: how to use a flake as a package #7459
Unanswered
vincentbernat
asked this question in
Q&A
Replies: 1 comment
-
Generally flakes will provide a nixpkgs overlay for this purpose. Eg: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
Currently, to use a flake as a package, I do this:
Then in
home.nix
, I use:This does not seem elegant. Is there a way to not explicitely add the system? Or to shorten this?
Beta Was this translation helpful? Give feedback.
All reactions