Compare commits

...

3 Commits

Author SHA1 Message Date
Luc Perkins 8c780fa98c
Update flake.lock 2023-06-16 11:57:21 -07:00
Luc Perkins 957598f6bb
Update to v4 of the Action 2023-06-16 11:45:02 -07:00
Luc Perkins 867838943c
Add flake checker action to CI 2023-06-16 10:31:04 -07:00
2 changed files with 7 additions and 3 deletions

View File

@ -11,6 +11,10 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Check Nixpkgs input
uses: DeterminateSystems/flake-checker-action@v4
with:
fail-mode: true
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Shellcheck - name: Shellcheck

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1659131907, "lastModified": 1686869522,
"narHash": "sha256-8bz4k18M/FuVC+EVcI4aREN2PsEKT7LGmU2orfjnpCg=", "narHash": "sha256-tbJ9B8WLCTnVP/LwESRlg0dII6Zyg2LmUU/mB9Lu98E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8d435fca5c561da8168abb30270788d2da2a7951", "rev": "7c67f006ea0e7d0265f16d7df07cc076fdffd91f",
"type": "github" "type": "github"
}, },
"original": { "original": {