Skip to content

Commit

Permalink
Remove typical UUOC
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 24, 2024
1 parent 2b55e70 commit 0494a3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v13
- name: Print some dotfiles overviews
run: |
cat /etc/nix/nix.conf
</etc/nix/nix.conf
ls -alh ~
- uses: actions/checkout@v4
# https://www.reddit.com/r/Nix/comments/1443k3o/comment/jr9ht5g/?utm_source=reddit&utm_medium=web2x&context=3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v13
- name: Print some dotfiles overviews
run: |
cat /etc/nix/nix.conf
</etc/nix/nix.conf
ls -alh ~
- uses: DeterminateSystems/magic-nix-cache-action@v7
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
Expand Down
2 changes: 1 addition & 1 deletion windows/Podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This repository provides a mount based solution, mount from another instance as
Get pubkey

```bash
cat ~/.ssh/id_ed25519.pub | clip.exe
<~/.ssh/id_ed25519.pub | clip.exe
```

2. WSL - podman-machine
Expand Down

0 comments on commit 0494a3f

Please sign in to comment.