Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 6, 2024
1 parent 2971e03 commit baa6148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
--params '{"username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca", "neovim": true}'
set -x
nix build ${CONF}#homeConfigurations.srid.activationPackage
type -f ./result/home-path/bin/git
type -f ./result/home-path/bin/nvim
type -f ./result/home-files/.config/git/config
ls -l ./result/home-path/bin/git
ls -l ./result/home-path/bin/nvim
ls -l ./result/home-files/.config/git/config
- name: NixOS test
if: matrix.system == 'x86_64-linux'
Expand Down

0 comments on commit baa6148

Please sign in to comment.