test CI
parent
0e6bc2d3dd
commit
3e61eecdc6
|
@ -0,0 +1,11 @@
|
|||
pipeline:
|
||||
build-docker-image:
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix build --extra-experimental nix-command --extra-experimental flakes .#docker
|
||||
|
||||
package:
|
||||
image: nixos/nix
|
||||
settings:
|
||||
files:
|
||||
- result
|
Loading…
Reference in New Issue