uml
This commit is contained in:
18
semestralka_1_final_crate/software_uart/docs/flake.nix
Normal file
18
semestralka_1_final_crate/software_uart/docs/flake.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
description = "PlantUML dev shell";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.plantuml
|
||||
pkgs.graphviz
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user