Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Nov 27, 2024
1 parent 05ae14a commit 45cf293
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 57 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.

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

nixpkgs-old = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "5e4fbfb6b3de1aa2872b76d49fafc942626e2add";
};

fenix = {
type = "github";
owner = "nix-community";
Expand Down Expand Up @@ -127,15 +120,6 @@
(for-all-home-users (with users; [ root kurnevsky ]) common-home)
# Keep flake inputs from being garbage collected
{ system.extraDependencies = collectFlakeInputs inputs.self; }
({ pkgs, ... }:
let
oldPkgs = import inputs.nixpkgs-old {
inherit (pkgs.stdenv.targetPlatform) system;
};
in {
nixpkgs.overlays =
[ (_self: _super: { inherit (oldPkgs) libreoffice-fresh; }) ];
})
];
desktopModules = commonModules ++ [
{
Expand Down

0 comments on commit 45cf293

Please sign in to comment.