Common/nix: remove now redundant system nixpkgs flake registry

This commit is contained in:
Toast 2025-11-02 00:57:49 +01:00
parent 392df35a1c
commit 8f97bc80e3
2 changed files with 0 additions and 11 deletions

View file

@ -155,10 +155,6 @@
pkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
systemPkgs =
if stable
then nixpkgs-patched
else nixpkgs-unstable-patched;
flakeSelf = self;
};
modules =