This website works better with JavaScript.
Explore
Help
Register
Sign In
adasauce
/
nheko
forked from
mirror/nheko
Watch
1
Star
0
Fork
You've already forked nheko
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
686
Commits
14
Branches
0
Tags
11 MiB
Tree:
a72eca339f
nheko
/
default.nix
4 lines
67 B
Raw
Normal View
History
Unescape
Escape
Add basic nix expressions (#47) Allows `nix-build` for basic building and `nix-env -f . -i` for installing.
8 years ago
with
import
<nixpkgs>
{
}
;
Fix & cleanup nix files (#240) * Fix default.nix * Cleanup package.nix
7 years ago
libsForQt5
.
callPackage
./package.nix
{
}
Add basic nix expressions (#47) Allows `nix-build` for basic building and `nix-env -f . -i` for installing.
8 years ago