patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] pkgs: Use \\. instead of \.
@ 2026-07-10  0:01 Demi Marie Obenour
  2026-07-10 14:54 ` Alyssa Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Demi Marie Obenour @ 2026-07-10  0:01 UTC (permalink / raw)
  To: Spectrum OS Development; +Cc: Alyssa Ross, Demi Marie Obenour

Recent versions of Lix emit a deprecation warning because the escape
sequence isn't defined.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
 pkgs/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/default.nix b/pkgs/default.nix
index 4dbdfee8ba330f5ba5c9fedee2d1bb8a44af5722..44f7b5ff78cb6b9e755292a6a417d0b627ed3fb0 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -13,7 +13,7 @@ let
     project:
     let dir = project + "/subprojects"; in
     fileset.difference dir (fileset.fromSource (sourceByRegex dir [
-      ".*\.wrap"
+      ".*\\.wrap"
       "packagefiles(/.*)?"
     ]));
 

---
base-commit: 89f8c9238616b43e48b21e2eade41e061b006cd8
change-id: 20260709-no-deprecated-escape-sequence-846df9820130

-- 
Sincerely,
Demi Marie Obenour (she/her/hers)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-10 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10  0:01 [PATCH] pkgs: Use \\. instead of \ Demi Marie Obenour
2026-07-10 14:54 ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).