Revert "Fix Nix build, add Nix to CI (#840)" (#893)

This reverts commit 20ba87c173.
This commit is contained in:
Auguste Rame
2023-01-07 18:14:45 -05:00
committed by GitHub
parent e9b364772d
commit 48288e02a9
3 changed files with 136 additions and 141 deletions

19
flake.lock generated
View File

@@ -1,6 +1,21 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
@@ -95,9 +110,7 @@
},
"zig-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]