Compare commits

..

2 Commits

Author SHA1 Message Date
ErrorNoInternet f65b5fd5b3 refactor(nix): move attributes around 2026-05-09 15:01:46 -04:00
ErrorNoInternet 49aaf5c058 chore(gitignore): clean up paths 2026-05-09 14:48:38 -04:00
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
.direnv
.env
.venv
/.direnv
/.env
/.venv
/result*
__pycache__
result
+2 -2
View File
@@ -27,10 +27,10 @@ let
disnake_paginator = python3Packages.buildPythonPackage {
pname = "disnake-paginator";
version = "1.0.8";
pyproject = true;
src = self.pins.disnake-paginator;
pyproject = true;
build-system = [ python3Packages.setuptools ];
propagatedBuildInputs = [
@@ -43,10 +43,10 @@ in
python3Packages.buildPythonApplication {
pname = "errornocord";
version = "0.1.0";
pyproject = true;
src = lib.cleanSource ../.;
pyproject = true;
build-system = [ python3Packages.setuptools ];
propagatedBuildInputs = with python3Packages; [