Clean up flake code

This commit is contained in:
Julian Mutter 2025-01-09 21:37:06 +01:00
parent 59864de6bd
commit 808698dd1c

View File

@ -3,21 +3,16 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
crane.url = "github:ipetkov/crane";
};
outputs =
{
self,
nixpkgs,
crane,
flake-utils,
crane,
...
}:
let
@ -118,10 +113,6 @@
myCrateCoverage
;
};
# hydraJobs = {
# "sheet-organizer" = myCrate;
# };
}
);
in