Skip to content

Commit

Permalink
Removed version numbers from project nix files
Browse files Browse the repository at this point in the history
  • Loading branch information
SEbbaDK committed Nov 3, 2021
1 parent de69286 commit 64c945d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
, mkDerivation ? pkgs.stdenv.mkDerivation
}:
mkDerivation rec {
pname = "sonica-cli";
version = "0.1";
name = "sonica-cli";

python = pkgs.python39;
pythonPackages = python.withPackages (pkg: with pkg; [
Expand Down
3 changes: 1 addition & 2 deletions daemon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
, mkDerivation ? pkgs.stdenv.mkDerivation
}:
mkDerivation rec {
pname = "sonica-daemon";
version = "0.1";
name = "sonica-daemon";

python = pkgs.python39;
pythonPackages = python.withPackages (pkg: with pkg; [
Expand Down
3 changes: 1 addition & 2 deletions discord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
, mkDerivation ? pkgs.stdenv.mkDerivation
}:
mkDerivation rec {
pname = "sonica-discord";
version = "0.1";
name = "sonica-discord";

python = pkgs.python39;
pythonPackages = python.withPackages (pkg: with pkg; [
Expand Down

0 comments on commit 64c945d

Please sign in to comment.