Skip to content

Commit

Permalink
Update names of nix derivations
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Dec 30, 2024
1 parent 8d7f0bd commit 20002a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
# key: cabal-${{ hashFiles('cabal.project') }}

# We currently do not have a default target
- run: nix build --accept-flake-config .#wst-poc
- run: nix build --accept-flake-config .#wst-poc-cli
- run: nix flake --accept-flake-config check

2 changes: 1 addition & 1 deletion nix/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# $ nix build .#containers.x86_64-linux.wst
#
wst = lib.iogx.mkContainerFromCabalExe {
exe = inputs.self.packages.wst-poc;
exe = inputs.self.packages.wst-poc-cli;
name = "wst-poc";
description = "WST Proof of Concept";
packages = [ ];
Expand Down

0 comments on commit 20002a3

Please sign in to comment.