My Nix Configuration
2
fork

Configure Feed

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

[flake] remove a bunch of useless inputs

dish d803c1ef dcf64ba6

+11 -113
+7 -112
flake.lock
··· 2 2 "nodes": { 3 3 "agenix": { 4 4 "inputs": { 5 - "darwin": "darwin", 5 + "darwin": [], 6 6 "home-manager": [ 7 7 "home-manager" 8 8 ], ··· 52 52 "flake-parts": [ 53 53 "flake-parts" 54 54 ], 55 - "hercules-ci-effects": "hercules-ci-effects", 55 + "hercules-ci-effects": [], 56 56 "nixpkgs": [ 57 57 "nixpkgs" 58 58 ], ··· 89 89 "original": { 90 90 "owner": "catppuccin", 91 91 "repo": "nix", 92 - "type": "github" 93 - } 94 - }, 95 - "darwin": { 96 - "inputs": { 97 - "nixpkgs": [ 98 - "agenix", 99 - "nixpkgs" 100 - ] 101 - }, 102 - "locked": { 103 - "lastModified": 1744478979, 104 - "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=", 105 - "owner": "lnl7", 106 - "repo": "nix-darwin", 107 - "rev": "43975d782b418ebf4969e9ccba82466728c2851b", 108 - "type": "github" 109 - }, 110 - "original": { 111 - "owner": "lnl7", 112 - "ref": "master", 113 - "repo": "nix-darwin", 114 92 "type": "github" 115 93 } 116 94 }, ··· 239 217 }, 240 218 "glide": { 241 219 "inputs": { 242 - "home-manager": "home-manager", 220 + "home-manager": [ 221 + "home-manager" 222 + ], 243 223 "nixpkgs": [ 244 224 "nixpkgs" 245 225 ] ··· 316 296 "type": "github" 317 297 } 318 298 }, 319 - "hercules-ci-effects": { 320 - "inputs": { 321 - "flake-parts": [ 322 - "buildbot-nix", 323 - "flake-parts" 324 - ], 325 - "nixpkgs": [ 326 - "buildbot-nix", 327 - "nixpkgs" 328 - ] 329 - }, 330 - "locked": { 331 - "lastModified": 1773550609, 332 - "narHash": "sha256-neu7ixXHjV3LobVjOndkL97u+6UF6Yoh+CUnzX7kUBQ=", 333 - "owner": "hercules-ci", 334 - "repo": "hercules-ci-effects", 335 - "rev": "554f6ed448ca74c00aa2371cde901ae1e73005b9", 336 - "type": "github" 337 - }, 338 - "original": { 339 - "owner": "hercules-ci", 340 - "repo": "hercules-ci-effects", 341 - "type": "github" 342 - } 343 - }, 344 299 "home-manager": { 345 300 "inputs": { 346 301 "nixpkgs": [ 347 - "glide", 348 - "nixpkgs" 349 - ] 350 - }, 351 - "locked": { 352 - "lastModified": 1770818644, 353 - "narHash": "sha256-DYS4jIRpRoKOzJjnR/QqEd/MlT4OZZpt8CrBLv+cjsE=", 354 - "owner": "nix-community", 355 - "repo": "home-manager", 356 - "rev": "0acbd1180697de56724821184ad2c3e6e7202cd7", 357 - "type": "github" 358 - }, 359 - "original": { 360 - "owner": "nix-community", 361 - "repo": "home-manager", 362 - "type": "github" 363 - } 364 - }, 365 - "home-manager_2": { 366 - "inputs": { 367 - "nixpkgs": [ 368 302 "nixpkgs" 369 303 ] 370 304 }, ··· 433 367 "url": "https://git.pyrox.dev/pyrox/pkgs" 434 368 } 435 369 }, 436 - "ndg": { 437 - "inputs": { 438 - "nixpkgs": [ 439 - "nvf", 440 - "nixpkgs" 441 - ] 442 - }, 443 - "locked": { 444 - "lastModified": 1768214250, 445 - "narHash": "sha256-hnBZDQWUxJV3KbtvyGW5BKLO/fAwydrxm5WHCWMQTbw=", 446 - "owner": "feel-co", 447 - "repo": "ndg", 448 - "rev": "a6bd3c1ce2668d096e4fdaaa03ad7f03ba1fbca8", 449 - "type": "github" 450 - }, 451 - "original": { 452 - "owner": "feel-co", 453 - "ref": "refs/tags/v2.6.0", 454 - "repo": "ndg", 455 - "type": "github" 456 - } 457 - }, 458 370 "nix-index-database": { 459 371 "inputs": { 460 372 "nixpkgs": [ ··· 503 415 "type": "github" 504 416 } 505 417 }, 506 - "nixpkgs-shelfmark-full": { 507 - "locked": { 508 - "lastModified": 1775074665, 509 - "narHash": "sha256-5i2S8VvD15THTrOG2cEhf/s2NSHFzdZOEnAWMklKOWU=", 510 - "owner": "pyrox0", 511 - "repo": "nixpkgs", 512 - "rev": "b5270da2a9de4b5d6798f85be7e626168ed8148c", 513 - "type": "github" 514 - }, 515 - "original": { 516 - "owner": "pyrox0", 517 - "ref": "bump/shelfmark", 518 - "repo": "nixpkgs", 519 - "type": "github" 520 - } 521 - }, 522 418 "nvf": { 523 419 "inputs": { 524 420 "flake-compat": [ ··· 528 424 "flake-parts" 529 425 ], 530 426 "mnw": "mnw", 531 - "ndg": "ndg", 427 + "ndg": [], 532 428 "nixpkgs": [ 533 429 "nixpkgs" 534 430 ], ··· 581 477 "glide": "glide", 582 478 "golink": "golink", 583 479 "hardware": "hardware", 584 - "home-manager": "home-manager_2", 480 + "home-manager": "home-manager", 585 481 "my-pkgs": "my-pkgs", 586 482 "nix-index-database": "nix-index-database", 587 483 "nixpkgs": "nixpkgs", 588 - "nixpkgs-shelfmark-full": "nixpkgs-shelfmark-full", 589 484 "nvf": "nvf", 590 485 "quickshell": "quickshell", 591 486 "tangled": "tangled",
+4 -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/bump/shelfmark"; 25 24 # Overrides 26 25 flake-compat.url = "github:edolstra/flake-compat"; 27 26 flake-utils = { ··· 33 32 url = "github:ryantm/agenix"; 34 33 inputs = { 35 34 nixpkgs.follows = "nixpkgs"; 35 + darwin.follows = ""; 36 36 home-manager.follows = "home-manager"; 37 37 }; 38 38 }; ··· 40 40 url = "github:nix-community/buildbot-nix"; 41 41 inputs.nixpkgs.follows = "nixpkgs"; 42 42 inputs.flake-parts.follows = "flake-parts"; 43 + inputs.hercules-ci-effects.follows = ""; 43 44 inputs.treefmt-nix.follows = ""; 44 45 }; 45 46 ctp = { ··· 54 55 glide = { 55 56 url = "github:glide-browser/glide.nix"; 56 57 inputs.nixpkgs.follows = "nixpkgs"; 58 + inputs.home-manager.follows = "home-manager"; 57 59 }; 58 60 golink = { 59 61 url = "github:tailscale/golink"; ··· 75 77 inputs.flake-compat.follows = "flake-compat"; 76 78 inputs.flake-parts.follows = "flake-parts"; 77 79 inputs.nixpkgs.follows = "nixpkgs"; 80 + inputs.ndg.follows = ""; 78 81 }; 79 82 my-pkgs = { 80 83 url = "git+https://git.pyrox.dev/pyrox/pkgs";