mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Read financier version from package.json
This commit is contained in:
parent
3f4ff1d276
commit
187c837f03
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, ... }:
|
outputs = inputs@{ self, nixpkgs, ... }:
|
||||||
let
|
let
|
||||||
financierVersion = "1.7.3";
|
financierVersion = (builtins.fromJSON
|
||||||
|
(builtins.readFile "${inputs.financier}/package.json")).version;
|
||||||
nodeVersion = "12";
|
nodeVersion = "12";
|
||||||
|
|
||||||
overlay = final: prev: {
|
overlay = final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue