🐛 Fix version of flake.nix

This commit is contained in:
Wu Zhenyu 2023-07-18 19:31:46 +08:00
parent 04f0fca44f
commit 8deeecf564
No known key found for this signature in database
GPG Key ID: 0E07E1F8C0EC10AD
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@
{
formatter = nixpkgs-fmt;
packages.default = buildPythonApplication rec {
pname = "mulimgviewer";
version = "";
name = "mulimgviewer";
src = self;
format = "pyproject";
disabled = pythonOlder "3.6";