about summary refs log tree commit diff stats
path: root/awk/flake.lock
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-27 16:47:52 +0200
committerSoispha <soispha@vhack.eu>2023-05-27 16:47:52 +0200
commit91fb6a97db29307a3e9970d42c779ec1936ce3e6 (patch)
tree02bb53eefb60cc0260af9c53ca09311080656b86 /awk/flake.lock
parentFeat(rust): Update (diff)
downloadflake-templates-91fb6a97db29307a3e9970d42c779ec1936ce3e6.tar.gz
flake-templates-91fb6a97db29307a3e9970d42c779ec1936ce3e6.zip
Feat(awk): Init
Diffstat (limited to 'awk/flake.lock')
-rw-r--r--awk/flake.lock64
1 files changed, 64 insertions, 0 deletions
diff --git a/awk/flake.lock b/awk/flake.lock
new file mode 100644
index 0000000..bc142db
--- /dev/null
+++ b/awk/flake.lock
@@ -0,0 +1,64 @@
+{
+  "nodes": {
+    "flake-utils": {
+      "inputs": {
+        "systems": [
+          "systems"
+        ]
+      },
+      "locked": {
+        "lastModified": 1681202837,
+        "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1684973047,
+        "narHash": "sha256-ZLnSr35L6C49pCZS9fZCCqkIKNAeQzykov2QfosNG9w=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "21eb6c6ba74dcbe3ea5926ee46287300fb066630",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixpkgs-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "flake-utils": "flake-utils",
+        "nixpkgs": "nixpkgs",
+        "systems": "systems"
+      }
+    },
+    "systems": {
+      "locked": {
+        "lastModified": 1680978846,
+        "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=",
+        "owner": "nix-systems",
+        "repo": "x86_64-linux",
+        "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nix-systems",
+        "repo": "x86_64-linux",
+        "type": "github"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}