dodanie draftów ui

This commit is contained in:
2026-03-06 10:08:31 +01:00
parent 17e00610a7
commit e98f1ddc24
6 changed files with 217 additions and 2 deletions
+1 -2
View File
@@ -33,7 +33,7 @@
rustc = rustToolchain;
};
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
cargoToml = fromTOML (builtins.readFile ./Cargo.toml);
packageVersion = cargoToml.package.version;
in {
packages.${system} = {
@@ -56,7 +56,6 @@
shellHook = ''
echo "War in Tunnels v${packageVersion}"
echo "[you can list your other dependencies here]"
echo ""
echo "Commands:"
echo " nix build - Build production version"