This commit is contained in:
parent
6b9d45662a
commit
099de64cb7
1 changed files with 4 additions and 1 deletions
|
|
@ -2,10 +2,13 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
print-content:
|
print-content:
|
||||||
runs-on: nixos-latest
|
runs-on: nix-runner
|
||||||
steps:
|
steps:
|
||||||
- name: Dump Environment Variables
|
- name: Dump Environment Variables
|
||||||
run: env | sort
|
run: env | sort
|
||||||
|
|
||||||
|
- name: list /nix
|
||||||
|
run: ls -l /nix/var/nix/daemon-socket/
|
||||||
|
|
||||||
- name: run nix store info
|
- name: run nix store info
|
||||||
run: nix store info
|
run: nix store info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue