-
hey so how do i install this into my nixos flake? |
Beta Was this translation helpful? Give feedback.
Answered by
srid
Aug 21, 2024
Replies: 1 comment 1 reply
-
See juspay/nixos-unified-template@f6b9a4d Basically, add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dezren39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See juspay/nixos-unified-template@f6b9a4d
Basically, add
omnix.url = "github:juspay/omnix";
as flake input, and access the package asinputs.omnix.packages.${pkgs.system}.default
.