templates/go: fix package name

This commit is contained in:
Aaron Bieber 2022-09-19 07:38:46 -06:00
parent 0c07350e95
commit 3facab7d65
No known key found for this signature in database

View File

@ -23,7 +23,7 @@
}; };
}); });
defaultPackage = forAllSystems (system: self.packages.${system}.pnix); defaultPackage = forAllSystems (system: self.packages.${system}.thing);
devShells = forAllSystems (system: devShells = forAllSystems (system:
let pkgs = nixpkgsFor.${system}; let pkgs = nixpkgsFor.${system};
in { in {