Skip to content

Commit

Permalink
3 months should be enough time
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Jan 4, 2024
1 parent a8971b7 commit bb2f6fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@
{
_module.args.pkgs = pkgs;

# remove in 1 week or 2...
packages = lib.warn "nixpkgs-f2k: I recently changed my GitHub username to moni-dz, change your inputs accordingly..." (
packages =
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
4 changes: 2 additions & 2 deletions overlays/shells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
cc = null;
preHook = "";
allowedRequisites = null;

initialPath = lib.singleton (prev.coreutils.override {
aclSupport = false;
attrSupport = false;
gmpSupport = false;
});

shell = lib.getExe (prev.bash.override { interactive = false; });
extraNativeBuildInputs = [ ];
};
Expand Down

0 comments on commit bb2f6fd

Please sign in to comment.