From 014485306eb536f95f0937aec6fd2c22d157c099 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 17 Jul 2023 10:16:40 +0200
Subject: [PATCH] fix: missing release

---
 flake.lock   | 26 ++++++++++++++++++++++++++
 flake.nix    |  2 +-
 release.json |  1 +
 3 files changed, 28 insertions(+), 1 deletion(-)
 create mode 100644 flake.lock
 create mode 100644 release.json

diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..d6ef026
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+  "nodes": {
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1689431009,
+        "narHash": "sha256-hPgQCRWP5q/Xc4qOIP3c2krR9nQua78+t9EDiuey5nc=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "af8279f65fe71ce5a448408034a8c06e2b4b2c66",
+        "type": "github"
+      },
+      "original": {
+        "id": "nixpkgs",
+        "ref": "nixos-23.05",
+        "type": "indirect"
+      }
+    },
+    "root": {
+      "inputs": {
+        "nixpkgs": "nixpkgs"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}
diff --git a/flake.nix b/flake.nix
index c30f09e..5853d0f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,7 +39,7 @@
         {
           version = pkgs.buildGoModule {
             pname = "version";
-            inherit pversion;
+            version = pversion;
             # In 'nix develop', we don't need a copy of the source tree
             # in the Nix store.
             src = ././application/source;
diff --git a/release.json b/release.json
new file mode 100644
index 0000000..d27833d
--- /dev/null
+++ b/release.json
@@ -0,0 +1 @@
+{"version":"0.4.0"}
-- 
GitLab