14 lines
308 B
YAML
14 lines
308 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
print-content:
|
|
runs-on: nix-runner
|
|
steps:
|
|
- name: Test Nix Caching
|
|
run: nix flake metadata nixpkgs
|
|
|
|
- name: Run hello
|
|
run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello
|
|
|
|
- name: run nix store info
|
|
run: nix store info
|