From db661ad96895adc30cc98e7c14ee609dd635b3cc Mon Sep 17 00:00:00 2001 From: ed209 Date: Sat, 3 Jan 2026 21:13:12 -0500 Subject: [PATCH] feat: bump flake and remove fish/ltrace fix --- flake.lock | 36 ++++++++++++++++----------------- home-manager/home.nix | 4 ++-- hosts/iso/iso.nix | 2 +- hosts/sachiel/configuration.nix | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/flake.lock b/flake.lock index ed7cf50..013e0c6 100644 --- a/flake.lock +++ b/flake.lock @@ -224,11 +224,11 @@ ] }, "locked": { - "lastModified": 1767104570, - "narHash": "sha256-GKgwu5//R+cLdKysZjGqvUEEOGXXLdt93sNXeb2M/Lk=", + "lastModified": 1767437240, + "narHash": "sha256-OA0dBHhccdupFXp+/eaFfb8K1dQxk61in4aF5ITGVX8=", "owner": "nix-community", "repo": "home-manager", - "rev": "e4e78a2cbeaddd07ab7238971b16468cc1d14daf", + "rev": "1cfa305fba94468f665de1bd1b62dddf2e0cb012", "type": "github" }, "original": { @@ -303,11 +303,11 @@ ] }, "locked": { - "lastModified": 1767225850, - "narHash": "sha256-gmoKSWO4DM/VnlskS9UmQnXyZTm0xcl4cDx3e/CJZeY=", + "lastModified": 1767485114, + "narHash": "sha256-Y3Y+cTyUtlKNUAEw1v/g9K67Go/Hb6pRHJJ0CLs7r4w=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "dfbb35b3cf396ead65028b7023f07f51927f86e3", + "rev": "f731eee3e59ad17361587898b55054644c18bd81", "type": "github" }, "original": { @@ -319,11 +319,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1767222005, - "narHash": "sha256-SewYGH53QWyiHBNCxJuyESu/D7v0tXi2oq3NREI/AeA=", + "lastModified": 1767483975, + "narHash": "sha256-kufXcgn8ZbShHKCvgHgxZq85yCWrOJYgcY40k+JBno8=", "owner": "neovim", "repo": "neovim", - "rev": "170992c8d218f28dcffd967ecc2bae3fb3c46545", + "rev": "715015d3b231a5d640f9bb109caf4d817c7f2bd6", "type": "github" }, "original": { @@ -334,10 +334,10 @@ }, "nix-secrets": { "locked": { - "lastModified": 1767211544, - "narHash": "sha256-AY7BVcQ0tQ6cXz1nQX6Q+ieKhKOYAt+wPO9d4Ar8zhI=", + "lastModified": 1767278053, + "narHash": "sha256-Yuy700mxcFI6knnwXKSYstSbZxef4lQDJTMm927tkNw=", "ref": "refs/heads/main", - "rev": "d360b6d4035527e98205820e4084074c29f45e77", + "rev": "a9bcdfdf33d8c07176360d670b9b7079ea9db34a", "revCount": 11, "type": "git", "url": "https://git.ts.endless.li/ed209/nix-secrets.git" @@ -438,11 +438,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1767116409, - "narHash": "sha256-5vKw92l1GyTnjoLzEagJy5V5mDFck72LiQWZSOnSicw=", + "lastModified": 1767379071, + "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cad22e7d996aea55ecab064e84834289143e44a0", + "rev": "fb7944c166a3b630f177938e478f0378e64ce108", "type": "github" }, "original": { @@ -520,11 +520,11 @@ ] }, "locked": { - "lastModified": 1767236000, - "narHash": "sha256-l4ftzyoD7XX0biEoTEwhOkFhvHhmggkVQyl2jEES0so=", + "lastModified": 1767408057, + "narHash": "sha256-0TD2PNTt6olOonFgcvZJcNGiU3x5cX+RMzrfWfHB9Jw=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2be15c4abeba7ade2cf9bc4c17ab310441e533b9", + "rev": "294198315a13d6d130565ad08e97685df7b0d458", "type": "github" }, "original": { diff --git a/home-manager/home.nix b/home-manager/home.nix index 39bb6f2..7bcef43 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -32,8 +32,8 @@ overlays.additions overlays.modifications overlays.unstable-packages - overlays.ltrace-fix - overlays.fish-fix + # overlays.ltrace-fix + # overlays.fish-fix # Neovim nightly overlay (disabled as broken with unstable) # neovim-nightly-overlay.overlays.default diff --git a/hosts/iso/iso.nix b/hosts/iso/iso.nix index e61b86c..1282053 100644 --- a/hosts/iso/iso.nix +++ b/hosts/iso/iso.nix @@ -72,7 +72,7 @@ # You can add overlays here overlays = [ # Add overlays your own flake exports (from overlays and pkgs dir): - outputs.overlays.fish-fix + # outputs.overlays.fish-fix ]; }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 8c66f57..4813cfd 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -65,7 +65,7 @@ outputs.overlays.additions outputs.overlays.modifications outputs.overlays.unstable-packages - outputs.overlays.fish-fix + # outputs.overlays.fish-fix # Or define it inline, for example: # (final: prev: { -- 2.51.2