chore: update to latest nixos-unstable release

Removed broken packages jamesdsp and htop-vim.
This commit is contained in:
Donovan Glover 2025-03-14 10:37:47 -04:00
parent ff2f22cfe7
commit b055f27918
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 3 additions and 12 deletions

6
flake.lock generated
View File

@ -223,11 +223,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1739866667,
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=",
"lastModified": 1741851582,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
"type": "github"
},
"original": {

View File

@ -1,9 +1,6 @@
{ pkgs, ... }:
{
programs.htop = {
enable = true;
package = pkgs.htop-vim;
settings = {
tree_view = true;

View File

@ -128,7 +128,6 @@ in
satty
srb2
ringracers
jamesdsp
texliveFull
shotwell
]

View File

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