1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

6 Commits

Author SHA1 Message Date
1560708224 (partial) fix: versioning in flake.nix (#104)
Previously the version number was hard coded, with this patch the git
rev is used as the version number. Currently there is no way to get the
git tag for the version number in flakes, so it is not yet possible to
do proper "release" packages with nix flakes.
2022-07-18 19:03:07 +02:00
e88bfcc0cc Update nix flake dependencies
Also make sure to use the same nixpkgs version for flake-lib as we are
using for building. This is not really necessary, but will decrease the
dependencies to download when building the bngblaster for nix(os).
2021-10-06 16:37:31 +02:00
4ae2ab301b nix: support disabling tests 2021-07-12 10:24:09 +02:00
1f8b09d904 create version lock for nix (flake) 2021-05-26 20:33:19 +02:00
47ae6104e4 enable tests per default in flake.nix 2021-05-26 19:41:44 +02:00
eaf0d99d4b add: nix files for building and developing with nix(os) 2021-05-26 11:52:37 +02:00