From 1b3d9c50a42f33fd0f720d08368c237be64627e8 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 6 Jul 2023 11:58:12 +0200 Subject: [PATCH] chore: update flake.nix --- .direnv/flake-profile | 2 +- .direnv/flake-profile-29-link | 1 + flake.nix | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 .direnv/flake-profile-29-link diff --git a/.direnv/flake-profile b/.direnv/flake-profile index d9ab43a..d91a070 120000 --- a/.direnv/flake-profile +++ b/.direnv/flake-profile @@ -1 +1 @@ -flake-profile-28-link \ No newline at end of file +flake-profile-29-link \ No newline at end of file diff --git a/.direnv/flake-profile-29-link b/.direnv/flake-profile-29-link new file mode 120000 index 0000000..b11d49a --- /dev/null +++ b/.direnv/flake-profile-29-link @@ -0,0 +1 @@ +/nix/store/98813sx36n7x4fxc1y0hkh24i01gl69w-bob-0.6.0-env \ No newline at end of file diff --git a/flake.nix b/flake.nix index bdfc953..4e9c0e9 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - go-hello = pkgs.buildGoModule { + bob = pkgs.buildGoModule { pname = "bob"; version = currentVersion; @@ -60,7 +60,7 @@ # The default package for 'nix build'. This makes sense if the # flake provides only one package or there is a clear "main" # package. - defaultPackage = forAllSystems (system: self.packages.${system}.go-hello); + defaultPackage = forAllSystems (system: self.packages.${system}.bob); }; } -- GitLab