mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Initial commit
This commit is contained in:
commit
0d00fa5123
7 changed files with 121 additions and 0 deletions
9
meta.nix
Normal file
9
meta.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
rec {
|
||||
version = "1.7.3";
|
||||
nodeVersion = "12";
|
||||
|
||||
# Arguments for fetchgit
|
||||
url = "https://gitlab.com/mpuppe/financier.git";
|
||||
rev = "83367cae265af4a036a05766c6f80ea22d1cc1ec";
|
||||
sha256 = "0h7222j9fk4b3fkc7c6gbhl0xranpl5swapkwibb0aba0g6fykfg";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue