This commit is contained in:
xenia 2024-12-02 00:24:10 -05:00
parent c851c6f345
commit 4259429d0c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
to = {
type = "git";
url = "https://git.lain.faith/haskal/dragnpkgs.git";
ref = "main";
ref = "nixos-24.11";
} // self.lib.filterAttrs
(n: _: n == "lastModified" || n == "rev" || n == "revCount" || n == "narHash")
self;