Use manual build process in org-file for now for more flexibility

This commit is contained in:
heyarne 2021-06-11 16:59:19 +02:00
commit 743ab70eee
5 changed files with 45 additions and 51 deletions

19
flake.lock generated
View file

@ -30,10 +30,27 @@
"type": "github"
}
},
"owid-co2-data": {
"flake": false,
"locked": {
"lastModified": 1612965128,
"narHash": "sha256-F9Qb+wGbJ8x/k1gT+C/GyXBHi1XxFnoqyHkuy6oslU0=",
"owner": "owid",
"repo": "co2-data",
"rev": "5ce76ff7269c024e12c6554bf041eca68babaf2c",
"type": "github"
},
"original": {
"owner": "owid",
"repo": "co2-data",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"owid-co2-data": "owid-co2-data"
}
}
},