CI :use explicit flakeref

This commit is contained in:
Max Headroom 2022-01-30 23:44:25 +00:00
parent 00d4d15b36
commit 1c315b0ecf

View file

@ -1,6 +1,6 @@
update:
script:
- nix shell nixpkgs/nixos-unstable#python3 -c python3 update.py
- nix shell github:NixOS/nixpkgs/nixos-unstable#python3 -c python3 update.py
- git add .
- git commit -m '[CI] Update extensions' || exit 0
- git remote add pushback gitlab@git.privatevoid.net:max/nix-crx.git