Skip to content

Commit

Permalink
chore: remove overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jan 14, 2025
1 parent bacb1e9 commit f1b7ef0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
17 changes: 0 additions & 17 deletions flake.lock

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

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
ref = "nixpkgs-unstable";
};

# TODO: remove after https://github.com/NixOS/nixpkgs/pull/371815
nixpkgs-regression.url = "github:Mic92/nixpkgs/matrix-synapse";

# lix a good fork of nix
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
Expand Down
3 changes: 1 addition & 2 deletions modules/base/nix/overlays/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
self,
inputs,
config,
...
}:
Expand All @@ -13,7 +12,7 @@

# this file exists to work around issues with nixpkgs that may arise
# hopefully that means its empty a lot
(final: prev: import ./fixes.nix { inherit final prev inputs; })
# (final: prev: import ./fixes.nix { inherit final prev inputs; })

# we minimize the amount of packages that are installed
(_: prev: import ./nix.nix { inherit config prev; })
Expand Down

0 comments on commit f1b7ef0

Please sign in to comment.