Use flake-parts packages

This commit is contained in:
Martin Pander
2026-02-23 21:52:19 +01:00
parent 395a70b759
commit 1db0724fe0
3 changed files with 8 additions and 9 deletions

View File

@@ -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 = ./.;