Remove references to nixpkgs 23.11
As it's no longer used by kdenlive.
This commit is contained in:
parent
9da6ec88cc
commit
c4eaf38a9c
3 changed files with 0 additions and 21 deletions
lib/nixos/home-manager
|
@ -8,8 +8,6 @@ let
|
|||
shared-packages = import "${self}/lib/shared/home-manager-packages.nix" {
|
||||
inherit inputs pkgs;
|
||||
};
|
||||
|
||||
pkgs-2311 = inputs.nixpkgs-2311.legacyPackages.${pkgs.system};
|
||||
in {
|
||||
imports =
|
||||
if desktop then [ desktop-config shared-config ] else [ shared-config ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue