Use flake-parts packages
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
||||
packages.default = pkgs.stdenv.mkDerivation {
|
||||
pname = "my-cpp-app";
|
||||
pname = "my-app";
|
||||
version = "0.1.0";
|
||||
src = ./.;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user