Update build metadata

This commit is contained in:
Emery Hemingway 2023-11-30 10:41:21 +02:00
parent 7187a45f9c
commit 4faeb766dc
2 changed files with 20 additions and 2 deletions

View File

@ -1 +1,16 @@
{"depends":[{"method":"fetchzip","packages":["npeg"],"path":"/nix/store/ffkxmjmigfs7zhhiiqm0iw2c34smyciy-source","ref":"1.2.1","rev":"26d62fdc40feb84c6533956dc11d5ee9ea9b6c09","sha256":"0xpzifjkfp49w76qmaylan8q181bs45anmp46l4bwr3lkrr7bpwh","srcDir":"src","url":"https://github.com/zevv/npeg/archive/26d62fdc40feb84c6533956dc11d5ee9ea9b6c09.tar.gz"}]}
{
"depends": [
{
"method": "fetchzip",
"packages": [
"npeg"
],
"path": "/nix/store/ffkxmjmigfs7zhhiiqm0iw2c34smyciy-source",
"ref": "1.2.1",
"rev": "26d62fdc40feb84c6533956dc11d5ee9ea9b6c09",
"sha256": "0xpzifjkfp49w76qmaylan8q181bs45anmp46l4bwr3lkrr7bpwh",
"srcDir": "src",
"url": "https://github.com/zevv/npeg/archive/26d62fdc40feb84c6533956dc11d5ee9ea9b6c09.tar.gz"
}
]
}

View File

@ -1,2 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.nim2Packages.buildNimPackage { name = "dummy"; }
pkgs.buildNimPackage {
name = "dummy";
lockFile = ./lock.json;
}