Skip to content

Commit

Permalink
puppet-bolt: fix pname
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Apr 30, 2024
1 parent c4b3e96 commit 155b3e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/pu/puppet-bolt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
testers,
}:

bundlerApp {
(bundlerApp {
pname = "bolt";

gemdir = ./.;
Expand Down Expand Up @@ -42,4 +42,6 @@ bundlerApp {
maintainers = with lib.maintainers; [ uvnikita anthonyroussel ];
platforms = lib.platforms.unix;
};
}
}).overrideAttrs (old: {
name = "puppet-bolt-${(import ./gemset.nix).bolt.version}";
})

0 comments on commit 155b3e9

Please sign in to comment.