summaryrefslogtreecommitdiff
path: root/exercism/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/flake.lock')
-rw-r--r--exercism/flake.lock43
1 files changed, 43 insertions, 0 deletions
diff --git a/exercism/flake.lock b/exercism/flake.lock
new file mode 100644
index 0000000..ebe722a
--- /dev/null
+++ b/exercism/flake.lock
@@ -0,0 +1,43 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1637316267,
+ "narHash": "sha256-hfAA/0W3tycKKOSwP7Xt6FXLG9h/FgCu45wdGubHtV0=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "24528474d2b3370f2f23879a557ae2cc92a5d50b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-21.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs",
+ "utils": "utils"
+ }
+ },
+ "utils": {
+ "locked": {
+ "lastModified": 1637014545,
+ "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}