mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
rm: drop legacy "ci" implementation
This commit is contained in:
parent
ee9b4adfc8
commit
6ae1e2eb15
1 changed files with 0 additions and 12 deletions
12
ci.nix
12
ci.nix
|
|
@ -1,12 +0,0 @@
|
|||
let
|
||||
nixpkgsSrc = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz";
|
||||
pkgs = import nixpkgsSrc { };
|
||||
|
||||
lib = pkgs.lib;
|
||||
|
||||
release = import ./release.nix {
|
||||
inherit pkgs lib;
|
||||
nixosPath = "${nixpkgsSrc}/nixos";
|
||||
};
|
||||
in
|
||||
pkgs.recurseIntoAttrs release
|
||||
Loading…
Add table
Add a link
Reference in a new issue