From baa61486fded76a390b441e095ae7daf50392027 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 6 Oct 2024 17:17:34 -0400 Subject: [PATCH] ls --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa3b153..ef320c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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'