mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
ci: initial hercules-ci integration
This commit is contained in:
parent
db856b3b02
commit
7b148cd171
1 changed files with 7 additions and 0 deletions
7
ci.nix
Normal file
7
ci.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
pkgs = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz") {};
|
||||
|
||||
lib = pkgs.lib;
|
||||
|
||||
release = import ./release.nix { inherit pkgs lib; };
|
||||
in with lib; release.test-results
|
||||
Loading…
Add table
Add a link
Reference in a new issue