Skip to content

Commit

Permalink
Merge pull request #304886 from anthonyroussel/puppet-bolt
Browse files Browse the repository at this point in the history
puppet-bolt: fix pname
  • Loading branch information
Aleksanaa committed May 1, 2024
2 parents c89c675 + 155b3e9 commit 096991a
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 096991a

Please sign in to comment.