Skip to content

Commit

Permalink
warnings...
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Oct 25, 2023
1 parent ab2260d commit c11bcc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
{
_module.args.pkgs = pkgs;

packages =
# remove in 1 week or 2...
packages = lib.warn "nixpkgs-f2k: I recently changed my GitHub username, change your inputs accordingly..." (
if lib.hasSuffix "darwin" system
then removeAttrs (self.overlays.darwin pkgs pkgs) [ "lib" ]
else removeAttrs (self.overlays.linux pkgs pkgs) [ "lib" ];
else removeAttrs (self.overlays.linux pkgs pkgs) [ "lib" ]);

formatter = inputs.nixpkgs-fmt.defaultPackage.${system};
};
Expand Down

0 comments on commit c11bcc2

Please sign in to comment.