remove legacy ci.nix

This commit is contained in:
lassulus 2023-07-28 13:20:37 +02:00
parent 4aa3641e27
commit aa433abf67

9
ci.nix
View file

@ -1,9 +0,0 @@
let
pkgs = import <nixpkgs> { };
in
{
test = pkgs.writeScript "test" ''
#!/bin/sh
nix-build "${toString ./tests}";
'';
}