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
\ No newline at end of file
flake-profile-29-link
\ No newline at end of file
/nix/store/98813sx36n7x4fxc1y0hkh24i01gl69w-bob-0.6.0-env
\ No newline at end of file
......@@ -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);
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment