Fixed CI
This commit is contained in:
@@ -100,31 +100,6 @@
|
||||
in {
|
||||
default = website.package;
|
||||
debug = website.loop;
|
||||
testPkg = pkgs.stdenv.mkDerivation {
|
||||
name = "test-pkg";
|
||||
src = ./.;
|
||||
buildInputs = [(
|
||||
pkgs.writeShellApplication {
|
||||
name = "test-pkg-builder";
|
||||
|
||||
runtimeInputs = with pkgs; [
|
||||
pandoc
|
||||
coreutils
|
||||
findutils
|
||||
gnused
|
||||
rsync
|
||||
git
|
||||
];
|
||||
|
||||
text = ''
|
||||
echo "${self.lastModified}"
|
||||
'';
|
||||
}
|
||||
)];
|
||||
phases = ["unpackPhase" "buildPhase"];
|
||||
buildPhase = "test-pkg-builder";
|
||||
};
|
||||
|
||||
});
|
||||
|
||||
formatter = forAllSystems ({pkgs}: pkgs.alejandra);
|
||||
|
||||
Reference in New Issue
Block a user