mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
hercules-ci-agent: simplify package import
This commit is contained in:
parent
bb91a4d6c3
commit
642ad98829
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ in {
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = (import (builtins.fetchTarball "https://github.com/hercules-ci/hercules-ci-agent/archive/stable.tar.gz")).nixos-19_03.hercules-ci-agent;
|
||||
default = (import (builtins.fetchTarball "https://github.com/hercules-ci/hercules-ci-agent/archive/stable.tar.gz") {}).hercules-ci-agent;
|
||||
defaultText = ''(import (builtins.fetchTarball "https://github.com/hercules-ci/hercules-ci-agent/archive/stable.tar.gz") {}).hercules-ci-agent'';
|
||||
description = ''
|
||||
Package containing the bin/hercules-ci-agent program.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue