improvements for final version of parcel2

This commit is contained in:
2021-10-31 18:33:03 +01:00
parent 9d103f5f34
commit b591d190d4
24 changed files with 9085 additions and 5522 deletions

16
flake.lock generated
View File

@@ -15,6 +15,21 @@
"type": "github"
}
},
"nix-filter": {
"locked": {
"lastModified": 1620202920,
"narHash": "sha256-BOkm3eKT45Dk4NNxJT0xL9NnyYeZcF+t79zPnJkggac=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "3c9e33ed627e009428197b07216613206f06ed80",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1628152337,
@@ -33,6 +48,7 @@
"root": {
"inputs": {
"flakeUtils": "flakeUtils",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs"
}
}