We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328de69 commit 7fa19bfCopy full SHA for 7fa19bf
.gitlab-ci.yml
@@ -1,5 +1,6 @@
1
# Build on minimal Nix image using the devshell from `flake.nix`
2
nix-devshell:
3
+ timeout: 3h # long timeout in case of unexpected rebuilds of packages from source
4
image: nixos/nix:latest
5
variables:
6
NIXPKGS_URL: "github:NixOS/nixpkgs/nixos-unstable"
0 commit comments