My Nix Configuration
2
fork

Configure Feed

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

[flake] update shelfmark input

dish 4a050a70 643df094

+6 -6
+4 -4
flake.lock
··· 505 505 }, 506 506 "nixpkgs-shelfmark-full": { 507 507 "locked": { 508 - "lastModified": 1775075020, 509 - "narHash": "sha256-BDo7y9BL8KpDnvWVLA4mA4FQU4/TGaLiwi1sTpAlUc8=", 508 + "lastModified": 1775074665, 509 + "narHash": "sha256-5i2S8VvD15THTrOG2cEhf/s2NSHFzdZOEnAWMklKOWU=", 510 510 "owner": "pyrox0", 511 511 "repo": "nixpkgs", 512 - "rev": "3b4bf869d9bbd6021e9669dea61d4b4032bfe545", 512 + "rev": "b5270da2a9de4b5d6798f85be7e626168ed8148c", 513 513 "type": "github" 514 514 }, 515 515 "original": { 516 516 "owner": "pyrox0", 517 - "ref": "init/shelfmark-full", 517 + "ref": "bump/shelfmark", 518 518 "repo": "nixpkgs", 519 519 "type": "github" 520 520 }
+1 -1
flake.nix
··· 21 21 url = "github:hercules-ci/flake-parts"; 22 22 }; 23 23 nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; 24 - nixpkgs-shelfmark-full.url = "github:pyrox0/nixpkgs/init/shelfmark-full"; 24 + nixpkgs-shelfmark-full.url = "github:pyrox0/nixpkgs/bump/shelfmark"; 25 25 # Overrides 26 26 flake-compat.url = "github:edolstra/flake-compat"; 27 27 flake-utils = {
+1 -1
overlays/add-shelfmark-full/default.nix
··· 5 5 withSystem prev.stdenv.hostPlatform.system ( 6 6 { inputs', ... }: 7 7 { 8 - inherit (inputs'.nixpkgs-shelfmark-full.legacyPackages) shelfmark shelfmark-frontend shelfmark-full; 8 + inherit (inputs'.nixpkgs-shelfmark-full.legacyPackages) shelfmark shelfmark-frontend; 9 9 } 10 10 ); 11 11 }