rm: drop legacy "ci" implementation

This commit is contained in:
David Arnold 2021-05-28 14:29:59 -05:00
parent ee9b4adfc8
commit 6ae1e2eb15
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08

12
ci.nix
View file

@ -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