Remove references to nixpkgs 23.11

As it's no longer used by kdenlive.
This commit is contained in:
Oliver Davies 2024-05-19 16:02:34 +01:00
parent 9da6ec88cc
commit c4eaf38a9c
3 changed files with 0 additions and 21 deletions
lib/nixos/home-manager

View file

@ -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 ];