Commit Graph

2 Commits

Author SHA1 Message Date
sorki
59b970180b nix: multipackage, add overlay.nix 2024-01-06 17:49:02 +01:00
Richard Marko
d963072261 Add nix support files
`default.nix` for building the project with `nix-build` using systems
`<nixpkgs>` and default compiler.

`shell.nix` to allow usage of `nix-shell` to enter development shell.

`default.nix` uses `withImplicitSnap = false` default.

To build with `implicitsnap` use

```
nix-build --arg withImplicitSnap true
```

`shell.nix` enables `withImplicitSnap` by default and can be overriden with

```
nix-shell --arg withImplicitSnap false
```
2020-07-10 16:13:17 +02:00