Framework for simplifying flake setup [maintainer=@accelbread]
Go to file
Archit Gupta 2775ef4d94 Fix mkApp
Using lib.getExe makes mkApp not work for derivations that are files.
Thus, this makes it so that the derivation is used as is. If an
executable in the derivation's directory is needed, a string path can be
used.
2023-04-14 21:05:40 -07:00
.editorconfig Set git commit line lengths to 72 2023-04-14 19:04:11 -07:00
.envrc Initial commit 2023-04-13 01:08:26 -07:00
.gitignore Initial commit 2023-04-13 01:08:26 -07:00
default.nix Fix mkApp 2023-04-14 21:05:40 -07:00
flake.lock Initial commit 2023-04-13 01:08:26 -07:00
flake.nix Initial commit 2023-04-13 01:08:26 -07:00
LICENSE Initial commit 2023-04-13 01:08:26 -07:00
README.md Initial commit 2023-04-13 01:08:26 -07:00

flakelite

An opinionated Nix flake framework for making flakes simple.