diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 43 | 
1 files changed, 43 insertions, 0 deletions
| diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..a8de0b2a --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ +  "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" +      } +    }, +    "nixpkgs": { +      "locked": { +        "lastModified": 1675698036, +        "narHash": "sha256-BgsQkQewdlQi8gapJN4phpxkI/FCE/2sORBaFcYbp/A=", +        "owner": "NixOS", +        "repo": "nixpkgs", +        "rev": "1046c7b92e908a1202c0f1ba3fc21d19e1cf1b62", +        "type": "github" +      }, +      "original": { +        "owner": "NixOS", +        "ref": "nixpkgs-unstable", +        "repo": "nixpkgs", +        "type": "github" +      } +    }, +    "root": { +      "inputs": { +        "flake-utils": "flake-utils", +        "nixpkgs": "nixpkgs" +      } +    } +  }, +  "root": "root", +  "version": 7 +} | 
