Skip to content
Snippets Groups Projects
Verified Commit 1b3d9c50 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update flake.nix

parent 09c3dd36
No related branches found
No related tags found
No related merge requests found
flake-profile-28-link flake-profile-29-link
\ No newline at end of file \ No newline at end of file
/nix/store/98813sx36n7x4fxc1y0hkh24i01gl69w-bob-0.6.0-env
\ No newline at end of file
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in in
{ {
go-hello = pkgs.buildGoModule { bob = pkgs.buildGoModule {
pname = "bob"; pname = "bob";
version = currentVersion; version = currentVersion;
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
# The default package for 'nix build'. This makes sense if the # The default package for 'nix build'. This makes sense if the
# flake provides only one package or there is a clear "main" # flake provides only one package or there is a clear "main"
# package. # package.
defaultPackage = forAllSystems (system: self.packages.${system}.go-hello); defaultPackage = forAllSystems (system: self.packages.${system}.bob);
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment