Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jun 2, 2024
1 parent 197458e commit 21773d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:

- name: Install Nix
uses: cachix/install-nix-action@v27
with:
install_url: https://releases.nixos.org/nix/nix-2.18.1/install

- name: Nix config
run: |
echo "============================"
cat /etc/nix/nix.conf
echo "============================"
- name: Run tests
run: nix shell -c ./run-tests.py
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
mkdir -p "$datadir"
wrapProgram "$out/bin/nixpkgs-hammer" \
--prefix PATH ":" ${prev.lib.makeBinPath [
prev.nix
]} \
--set OVERLAYS_DIR "$datadir/overlays"
cp -r ${./overlays} "$datadir/overlays"
cp -r ${./lib} "$datadir/lib"
Expand Down

0 comments on commit 21773d6

Please sign in to comment.