Skip to content

Commit

Permalink
nix ci: cachix push
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jun 30, 2024
1 parent 8f75c80 commit f86a728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build --accept-flake-config -L
- run: nix run .#cachix push gepetto $(readlink result)
- run: nix --accept-flake-config build -L
- run: nix --accept-flake-config run .#cachix push gepetto $(readlink result)
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
4 changes: 1 addition & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ python3Packages.buildPythonPackage {
libsForQt5.wrapQtAppsHook
pkg-config
];
buildInputs = [
libsForQt5.qtbase
];
buildInputs = [ libsForQt5.qtbase ];
propagatedBuildInputs = [
gepetto-viewer-corba
hpp-corbaserver
Expand Down

0 comments on commit f86a728

Please sign in to comment.