Fix: fix template's configs

This commit is contained in:
Kirill Samoylenkov 2025-10-16 00:07:30 +05:00
parent 2ee37a5e26
commit 97d971b826
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ {
description = "Add your description here"; description = "Flake for developing urfu-daddy";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

View file

@ -1,7 +1,7 @@
[project] [project]
name = "python-template" name = "urfu-daddy"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "The perfect assistant for collaborative work of IRIT-RTF students"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13,<3.14" requires-python = ">=3.13,<3.14"
dependencies = [ dependencies = [

View file

@ -1,5 +1,5 @@
def main(): def main():
print("Hello from python-template!") print("Hello from urfu-daddy!")
if __name__ == "__main__": if __name__ == "__main__":