Skip to content

Commit

Permalink
Change how name/version work
Browse files Browse the repository at this point in the history
  • Loading branch information
zmre committed Sep 10, 2024
1 parent cb26d29 commit 152132a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@
}
// {buildInputs = dependencies;})
.overrideAttrs (old: {
name = "pwnvim-" + old.version + "-" + self.lastModifiedDate;
name = "pwnvim";
version = old.version + "-" + self.lastModifiedDate;
});
packages.pwnvim-python =
(pkgs.wrapNeovim augmentedNeovimPython {
Expand Down

0 comments on commit 152132a

Please sign in to comment.