chore: update flake inputs

Also fixes some build failures and prepares the repo for home-manager
changes.
This commit is contained in:
Donovan Glover 2025-02-18 14:07:06 -05:00
parent 6964350cbc
commit ba8c993796
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 35 additions and 14 deletions

41
flake.lock generated
View File

@ -70,11 +70,11 @@
"firefox-gnome-theme": {
"flake": false,
"locked": {
"lastModified": 1736899990,
"narHash": "sha256-S79Hqn2EtSxU4kp99t8tRschSifWD4p/51++0xNWUxw=",
"lastModified": 1739223196,
"narHash": "sha256-vAxN2f3rvl5q62gQQjZGVSvF93nAsOxntuFz+e/655w=",
"owner": "rafaelmardojai",
"repo": "firefox-gnome-theme",
"rev": "91ca1f82d717b02ceb03a3f423cbe8082ebbb26d",
"rev": "a89108e6272426f4eddd93ba17d0ea101c34fb21",
"type": "github"
},
"original": {
@ -208,11 +208,11 @@
]
},
"locked": {
"lastModified": 1738709900,
"narHash": "sha256-8Bo5xFlCH5q72ExvAnH7TzStMlLZldKOSLMClRSfmTc=",
"lastModified": 1739823458,
"narHash": "sha256-uHjpcdlWKrZEJxsGdlMRTe4jlMYAnNsjRxPSTrNMFvo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "f2d32e46fac9d51da6912948ae1156044c71774b",
"rev": "6c93eea85daddd0dc8d4a3a687473461f3122961",
"type": "github"
},
"original": {
@ -223,11 +223,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1738680400,
"narHash": "sha256-ooLh+XW8jfa+91F1nhf9OF7qhuA/y1ChLx6lXDNeY5U=",
"lastModified": 1739736696,
"narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "799ba5bffed04ced7067a91798353d360788b30d",
"rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f",
"type": "github"
},
"original": {
@ -285,15 +285,16 @@
"systems": "systems",
"tinted-foot": "tinted-foot",
"tinted-kitty": "tinted-kitty",
"tinted-schemes": "tinted-schemes",
"tinted-tmux": "tinted-tmux",
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1738611626,
"narHash": "sha256-IgjqlYPaS8Bg+jc6a691w27XDFhBeM7gkP4eDcR2EBs=",
"lastModified": 1739826051,
"narHash": "sha256-q1E9/4Hyahz/+Bd6HEKZq+Wi9HpI4XmAZG3P8CALT1E=",
"owner": "danth",
"repo": "stylix",
"rev": "d513f59da5856978c363d2f82103f708f4a6024d",
"rev": "7feb1c29bf39ebe6b2984b2f77f9ad38f486e311",
"type": "github"
},
"original": {
@ -351,6 +352,22 @@
"type": "github"
}
},
"tinted-schemes": {
"flake": false,
"locked": {
"lastModified": 1737565458,
"narHash": "sha256-y+9cvOA6BLKT0WfebDsyUpUa/YxKow9hTjBp6HpQv68=",
"owner": "tinted-theming",
"repo": "schemes",
"rev": "ae31625ba47aeaa4bf6a98cf11a8d4886f9463d9",
"type": "github"
},
"original": {
"owner": "tinted-theming",
"repo": "schemes",
"type": "github"
}
},
"tinted-tmux": {
"flake": false,
"locked": {

View File

@ -92,7 +92,7 @@ in
profiles = {
default = {
extensions = with nix-config.packages.${pkgs.system}; [
extensions.packages = with nix-config.packages.${pkgs.system}; [
new-tab-identity
];

View File

@ -35,7 +35,6 @@
recode
jpegoptim
pass
sudachi-rs
tango
npm-check-updates
microfetch

View File

@ -0,0 +1,5 @@
final: prev: {
fluent-icon-theme = prev.fluent-icon-theme.overrideAttrs {
dontCheckForBrokenSymlinks = true;
};
}