zellij/nix
a-kenji 4d69ef6284
add: musl package to nix (#1297)
Build a musl package from the repo, by invoking:
```
nix build "github:zellij-org/zellij#zellij-musl"
```
makes it possible to build bundled applications, that don't need patches
to run:
```
nix bundle --bundler github:NixOS/bundlers#toDEB "github:zellij-org/zellij#zellij-musl"
```
This will build a `.deb` file, that can be installed with apt.
2022-04-04 20:51:53 +02:00
..
crate2nix.nix fix(nix): fix makeDesktopItem (#1215) 2022-03-13 13:43:29 +01:00
default.nix add: musl package to nix (#1297) 2022-04-04 20:51:53 +02:00
devShell.nix add(nix): treefmt / alejandra (#1201) 2022-03-10 16:27:39 +01:00