aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-12 17:40:34 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-12 17:51:33 +0100
commit83887a851911e18106ede698f491b0102d16b7a4 (patch)
treed448ad8b73517e635bc5448e0820f77486ab0cc5 /default.nix
parent0a15db6960add3e06a130d64b51d6ae55cd2d759 (diff)
downloadgarage-83887a851911e18106ede698f491b0102d16b7a4.tar.gz
garage-83887a851911e18106ede698f491b0102d16b7a4.zip
nix build: remove clippy build env that doesn't work
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/default.nix b/default.nix
index 57bc24a5..8ddc0af8 100644
--- a/default.nix
+++ b/default.nix
@@ -45,11 +45,4 @@ in {
];
});
};
- clippy = {
- amd64 = (compile {
- inherit system git_version pkgsSrc cargo2nixOverlay;
- target = "x86_64-unknown-linux-musl";
- compiler = "clippy";
- }).workspace.garage { compileMode = "build"; };
- };
}