Skip to content

Commit

Permalink
Merge pull request #58 from Ma27/updates-round-2
Browse files Browse the repository at this point in the history
Cargo / Flake updates (again)
  • Loading branch information
FliegendeWurst authored Sep 6, 2024
2 parents 9b66ead + 40261d3 commit 77c0fcb
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 56 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
};

outputs = { self, nixpkgs, crane, ... }: let
systems = [ "x86_64-linux" ];
inherit (nixpkgs) lib;
forEachSystem = lib.genAttrs systems;
craneLib = forEachSystem (system: crane.lib.${system});
craneLib = forEachSystem (system: crane.mkLib nixpkgs.legacyPackages.${system});

toHydraJob = with lib; foldlAttrs
(jobset: system: attrs: recursiveUpdate jobset
Expand Down

0 comments on commit 77c0fcb

Please sign in to comment.