-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Feature] Nix Flake #459
base: next
Are you sure you want to change the base?
[Feature] Nix Flake #459
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #459 +/- ##
===========================================
+ Coverage 53.49% 81.20% +27.70%
===========================================
Files 33 33
Lines 4621 3107 -1514
Branches 274 377 +103
===========================================
+ Hits 2472 2523 +51
+ Misses 2097 545 -1552
+ Partials 52 39 -13 ☔ View full report in Codecov by Sentry. |
Still not done at all, the default package does not want to link the python packages properly, and as such the python path only works while working with the devshell but to be fair, you wouldn't use a flake-based default package in a server side program without the devshell if its available? hmm |
rewrote the functionality of the nix flake, removed hashes from requi…
it should work still, without the comments :) |
Added a nix flake, i have 3 things i'd like to test out with this, what is in this PR atm is just some things from #272 and some things from f-klubben/fnix#2
What i would like this flake to also do is to run the system by just calling
nix run github:f-klubben/stregsystemet
The devshell should actually already be usable by running
nix develop github:Mast3rwaf1z/stregsystemet