stages: - build build: stage: build image: nixpkgs/nix:nixos-24.05 script: nix build . --extra-experimental-features "nix-command flakes"