framework: Migrate from deprecated 23.05 options.

main
Joshua Potter 2023-12-23 14:53:08 -07:00
parent c5c1757ce7
commit 46961b2e1f
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
}; };
}; };
fonts.fonts = with pkgs; [ iosevka ]; fonts.packages = with pkgs; [ iosevka ];
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;

View File

@ -1,6 +1,6 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
{ {
pluginGit = rev: repo: pkgs.vimUtils.buildVimPluginFrom2Nix { pluginGit = rev: repo: pkgs.vimUtils.buildVimPlugin {
pname = "${lib.strings.sanitizeDerivationName repo}"; pname = "${lib.strings.sanitizeDerivationName repo}";
version = builtins.substring 0 7 rev; version = builtins.substring 0 7 rev;
src = builtins.fetchGit { src = builtins.fetchGit {