nixos: updated the gitlab runner to fix an issue it had with docker

This commit is contained in:
silver 2023-08-07 02:07:35 +01:00
parent 2c5c3094f8
commit d4ce54e1eb
3 changed files with 10 additions and 5 deletions

View file

@ -4,7 +4,7 @@
inputs = {
# gonna start off with a fairly modern base
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-unstable";
# utility stuff
flake-utils.url = "github:numtide/flake-utils";