Skip to content

Commit

Permalink
✨ Update overlay sheldon
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Feb 11, 2024
1 parent 11aaa20 commit a73670e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
rustPlatform = final: prev: {
rustPlatform = prev.callPackage rustPlatform { };
};
sheldon = final: prev: {
sheldon = prev.callPackage ./packages/sheldon.nix { };
};
mise = final: prev: {
mise = prev.callPackage ./packages/mise.nix {
src = mise;
Expand All @@ -77,6 +74,11 @@
src = cargo-clean-all;
};
};
sheldon = final: prev: {
sheldon = prev.callPackage ./packages/sheldon.nix {
src = sheldon;
};
};
};
} // flake-utils.lib.eachDefaultSystem (system:
let
Expand All @@ -85,10 +87,10 @@
overlays = [
self.overlays.fenix
self.overlays.rustToolchain
self.overlays.sheldon
self.overlays.mise
self.overlays.firge-nerd
self.overlays.cargo-clean-all
self.overlays.sheldon
];
};
in
Expand Down

0 comments on commit a73670e

Please sign in to comment.