Skip to content

Commit

Permalink
imp: add isd to the basic nixosModule profile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Jan 22, 2025
1 parent c0f805e commit 5432443
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions flake/nixosModules/profile-basic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
moduleWithSystem,
...
}: {
flake.nixosModules.profile-basic = moduleWithSystem ({system}: {
flake.nixosModules.profile-basic = moduleWithSystem ({
self',
system,
}: {
config,
name,
pkgs,
Expand Down Expand Up @@ -62,9 +65,10 @@
glances
helix
htop
ijq
icdiff
ijq
iptables
self'.packages.isd
jiq
jq
lsof
Expand Down
6 changes: 4 additions & 2 deletions flakeModules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -464,15 +464,16 @@ in
(mkPkg "db-synthesizer-ng" caPkgs."db-synthesizer-input-output-hk-cardano-node-10-1-4-1f63dbf")
(mkPkg "db-truncater" caPkgs."db-truncater-input-output-hk-cardano-node-10-1-4-1f63dbf")
(mkPkg "db-truncater-ng" caPkgs."db-truncater-input-output-hk-cardano-node-10-1-4-1f63dbf")
(mkPkg "isd" caPkgs.isd-isd-project-isd-v0-2-0-44bfbe7)
(mkPkg "process-compose" caPkgs.process-compose-F1bonacc1-process-compose-v0-80-0-26bf212)
(mkPkg "metadata-server" caPkgs.metadata-server-input-output-hk-offchain-metadata-tools-ops-1-0-0-f406c6d)
(mkPkg "metadata-sync" caPkgs.metadata-sync-input-output-hk-offchain-metadata-tools-ops-1-0-0-f406c6d)
(mkPkg "metadata-validator-github" caPkgs.metadata-validator-github-input-output-hk-offchain-metadata-tools-ops-1-0-0-f406c6d)
(mkPkg "metadata-webhook" caPkgs.metadata-webhook-input-output-hk-offchain-metadata-tools-ops-1-0-0-f406c6d)
(mkPkg "mithril-client-cli" (recursiveUpdate caPkgs.mithril-client-cli-input-output-hk-mithril-2450-0-pre-c6c7eba {meta.mainProgram = "mithril-client";}))
(mkPkg "mithril-client-cli-ng" (recursiveUpdate caPkgs.mithril-client-cli-input-output-hk-mithril-unstable-ed0e96f {meta.mainProgram = "mithril-client";}))
(mkPkg "mithril-client-cli-ng" (recursiveUpdate caPkgs.mithril-client-cli-input-output-hk-mithril-unstable-98407cd {meta.mainProgram = "mithril-client";}))
(mkPkg "mithril-signer" (recursiveUpdate caPkgs.mithril-signer-input-output-hk-mithril-2450-0-pre-c6c7eba {meta.mainProgram = "mithril-signer";}))
(mkPkg "mithril-signer-ng" (recursiveUpdate caPkgs.mithril-signer-input-output-hk-mithril-unstable-ed0e96f {meta.mainProgram = "mithril-signer";}))
(mkPkg "mithril-signer-ng" (recursiveUpdate caPkgs.mithril-signer-input-output-hk-mithril-unstable-98407cd {meta.mainProgram = "mithril-signer";}))
(mkPkg "orchestrator-cli" caPkgs.orchestrator-cli-IntersectMBO-credential-manager-0-1-2-0-081cc8c)
(mkPkg "token-metadata-creator" (recursiveUpdate caPkgs.token-metadata-creator-input-output-hk-offchain-metadata-tools-ops-1-0-0-f406c6d {meta.mainProgram = "token-metadata-creator";}))
(mkPkg "tx-bundle" caPkgs.tx-bundle-IntersectMBO-credential-manager-0-1-2-0-081cc8c)
Expand Down Expand Up @@ -510,6 +511,7 @@ in
db-synthesizer
db-truncater
process-compose
isd
metadata-server
metadata-sync
metadata-validator-github
Expand Down

0 comments on commit 5432443

Please sign in to comment.