cleanup: remove unecessary declarations in nix flake

This commit is contained in:
2026-05-20 09:38:05 -04:00
parent 2c2fa719fb
commit 0b677fd991
+2 -2
View File
@@ -17,12 +17,12 @@
];
perSystem =
{ system, pkgs, ... }:
{ pkgs, ... }:
let
dotnetRuntime = pkgs.dotnet-runtime_10;
in
{
packages.default = pkgs.buildDotnetModule rec {
packages.default = pkgs.buildDotnetModule {
pname = "dotnet-systemd";
version = "0.1.0";
src = ./DotnetSystemd;