cleanup: remove unecessary declarations in nix flake
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user