Skip to content

Commit

Permalink
revert: 3a70da9
Browse files Browse the repository at this point in the history
The fix has been propagated to nixpkgs-unstable.
See NixOS/nixpkgs#300055 (comment)
  • Loading branch information
brckd committed Apr 8, 2024
1 parent e19615f commit 3048227
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 58 deletions.
65 changes: 24 additions & 41 deletions flake.lock

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

14 changes: 6 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

nixpkgs-staging.url = "github:nixos/nixpkgs/staging-next";

# Systems
home-manager = {
Expand Down Expand Up @@ -173,13 +171,13 @@

# Assets
wallpaper = {
url = "file+https://raw.githubusercontent.com/zhichaoh/catppuccin-wallpapers/main/misc/rainbow-cat.png";
flake = false;
};
url = "file+https://raw.githubusercontent.com/zhichaoh/catppuccin-wallpapers/main/misc/rainbow-cat.png";
flake = false;
};
nixos-symbolic = {
url = "file+https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/white.svg";
flake = false;
};
url = "file+https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/white.svg";
flake = false;
};
};

nixConfig = {
Expand Down
9 changes: 0 additions & 9 deletions modules/nixos/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
pkgs,
nixpkgs-staging,
stylix,
erosanix,
...
Expand All @@ -15,11 +13,4 @@
./pipewire
./steam
];

system.replaceRuntimeDependencies = [
{
original = pkgs.xz;
replacement = nixpkgs-staging.legacyPackages.${pkgs.system}.xz;
}
];
}

0 comments on commit 3048227

Please sign in to comment.