Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Oct 28, 2023
1 parent 9b36a87 commit 0029631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
_module.args.pkgs = pkgs;

# remove in 1 week or 2...
packages = lib.warn "nixpkgs-f2k: I recently changed my GitHub username, change your inputs accordingly..." (
packages = lib.warn "nixpkgs-f2k: I recently changed my GitHub username to moni-dz, 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" ]);
Expand Down

0 comments on commit 0029631

Please sign in to comment.