mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-08 17:08:40 +00:00
Use the non-obsolete devshell (#67)
This commit is contained in:
28
flake.nix
28
flake.nix
@@ -78,19 +78,21 @@
|
|||||||
program = "${self.packages.${system}.default}/bin/Gitea.Declarative";
|
program = "${self.packages.${system}.default}/bin/Gitea.Declarative";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
devShell = pkgs.mkShell {
|
devShells = {
|
||||||
buildInputs = with pkgs; [
|
default = pkgs.mkShell {
|
||||||
(with dotnetCorePackages;
|
buildInputs = with pkgs; [
|
||||||
combinePackages [
|
(with dotnetCorePackages;
|
||||||
dotnet-sdk_7
|
combinePackages [
|
||||||
dotnetPackages.Nuget
|
dotnet-sdk_7
|
||||||
])
|
dotnetPackages.Nuget
|
||||||
];
|
])
|
||||||
packages = [
|
];
|
||||||
pkgs.alejandra
|
packages = [
|
||||||
pkgs.nodePackages.markdown-link-check
|
pkgs.alejandra
|
||||||
pkgs.shellcheck
|
pkgs.nodePackages.markdown-link-check
|
||||||
];
|
pkgs.shellcheck
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user