Skip to content

Commit

Permalink
update overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Jan 14, 2025
1 parent 65c2fad commit 8159b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

11 changes: 4 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@
// utils.lib.eachDefaultSystem (
system:
let
pkgs = import nixpkgs {
inherit system;
overlays = [
bited-utils.overlay
self.overlay
];
};
pkgs = nixpkgs.legacyPackages.${system}.appendOverlays [
bited-utils.overlay
self.overlay
];
in
{

Expand Down

0 comments on commit 8159b70

Please sign in to comment.