Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuclear-Squid committed Oct 9, 2024
1 parent 6f1fc85 commit 45cc11a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# A nix alternative to `make dev`, run `nix-build` to build Kalamine on NixOS.

with import <nixpkgs> {};
# { lib
# , fetchPypi
# , python3Packages
# }:

python3Packages.buildPythonApplication rec {
pname = "kalamine";
Expand Down Expand Up @@ -30,7 +28,6 @@ python3Packages.buildPythonApplication rec {
description = "A cross-platform Keyboard Layout Maker";
homepage = "https://github.com/OneDeadKey/kalamine";
license = licenses.mit;
# maintainers = with maintainers; [ marsam ];
mainProgram = "kalamine";
};
}

0 comments on commit 45cc11a

Please sign in to comment.