@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix flake

+25 -4
+24 -3
flake.lock
··· 473 473 ] 474 474 }, 475 475 "locked": { 476 - "lastModified": 1766846886, 477 - "narHash": "sha256-ze8vZb04OkaRfTBzqSVlw5ypBxvq6TOXmrZOk4jObmI=", 476 + "lastModified": 1766859334, 477 + "narHash": "sha256-Mh5c5t5MqEVwZ7sUVDlf4Q+WVaiWcumbjcPrYD5i7y8=", 478 478 "owner": "nix-community", 479 479 "repo": "NUR", 480 - "rev": "019accb238eabd9b1aea2ee60fa4638e3c1ffb17", 480 + "rev": "8c1b8e4803e148033bb54f4bb7770ecdce05eb42", 481 481 "type": "github" 482 482 }, 483 483 "original": { ··· 499 499 "nixpkgs-unstable": "nixpkgs-unstable", 500 500 "nur": "nur", 501 501 "tangled": "tangled", 502 + "tgirlpkgs": "tgirlpkgs", 502 503 "zmx": "zmx" 503 504 } 504 505 }, ··· 618 619 "original": { 619 620 "type": "git", 620 621 "url": "https://tangled.org/tangled.org/core" 622 + } 623 + }, 624 + "tgirlpkgs": { 625 + "inputs": { 626 + "nixpkgs": [ 627 + "nixpkgs" 628 + ] 629 + }, 630 + "locked": { 631 + "lastModified": 1766796563, 632 + "narHash": "sha256-7Rgwigow3TvJYozE3ent60QqYyIk1OfvrkOPpDgHwBM=", 633 + "owner": "tgirlcloud", 634 + "repo": "pkgs", 635 + "rev": "cddc7571be0a4b88111c5c9d0a802005d0dc93e2", 636 + "type": "github" 637 + }, 638 + "original": { 639 + "owner": "tgirlcloud", 640 + "repo": "pkgs", 641 + "type": "github" 621 642 } 622 643 }, 623 644 "utils": {
+1 -1
flake.nix
··· 46 46 }; 47 47 48 48 tgirlpkgs = { 49 - url = "github:binarycat/tgirlpkgs"; 49 + url = "github:tgirlcloud/pkgs"; 50 50 inputs.nixpkgs.follows = "nixpkgs"; 51 51 }; 52 52 };