This commit is contained in:
Sandro - 2022-12-04 11:23:44 +01:00
parent 93c283f235
commit 65107fc07e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@
) )
) self.nixosConfigurations ) self.nixosConfigurations
// nixos.lib.filterAttrs (name: attr: // nixos.lib.filterAttrs (name: attr:
(lib.match ".+-tftproot" name != null && lib.isDerivation attr) (builtins.match ".+-tftproot" name != null && lib.isDerivation attr)
) self.packages.aarch64-linux ) self.packages.aarch64-linux
); );
}; };