update(flake): fix stable link in registry

This commit is contained in:
Filippo Berto 2025-12-04 16:20:56 +01:00
parent bc00d8b588
commit 385246fbb4
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -190,7 +190,7 @@
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { stable = inputs.nixpkgs; unstable = inputs.nixpkgs-u; };
extraSpecialArgs = { stable = inputs.nixpkgs-s; unstable = inputs.nixpkgs-u; };
};
};