Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Add nixpkgs-search flake input

+27
+1
default-home.nix
··· 57 57 unstable.delta 58 58 unstable.difftastic 59 59 unstable.jq 60 + inputs.nixpkgs-search.packages.${system}.nixpkgs-search 60 61 61 62 # Dev tools 62 63 gcc
+21
flake.lock
··· 573 573 "type": "github" 574 574 } 575 575 }, 576 + "nixpkgs-search": { 577 + "inputs": { 578 + "nixpkgs": [ 579 + "nixpkgs" 580 + ] 581 + }, 582 + "locked": { 583 + "lastModified": 1776132597, 584 + "narHash": "sha256-Q6Zd3SKsvOPrlSeLHi6rBktxjm75u9xn9SwQougIT3w=", 585 + "ref": "refs/heads/master", 586 + "rev": "4e669a50a53cfc0e21d6d310cd6d49e04bbb2a1d", 587 + "revCount": 5, 588 + "type": "git", 589 + "url": "https://git.sr.ht/~chiefnoah/nixpkgs-search" 590 + }, 591 + "original": { 592 + "type": "git", 593 + "url": "https://git.sr.ht/~chiefnoah/nixpkgs-search" 594 + } 595 + }, 576 596 "nixpkgs-unstable": { 577 597 "locked": { 578 598 "lastModified": 1775710090, ··· 635 655 "home-manager": "home-manager_2", 636 656 "nixos-wsl": "nixos-wsl", 637 657 "nixpkgs": "nixpkgs_2", 658 + "nixpkgs-search": "nixpkgs-search", 638 659 "nixpkgs-unstable": "nixpkgs-unstable", 639 660 "pre-commit-hooks": "pre-commit-hooks", 640 661 "tangled": "tangled",
+5
flake.nix
··· 37 37 url = "github:chiefnoah/valheim-server-flake"; 38 38 inputs.nixpkgs.follows = "nixpkgs"; 39 39 }; 40 + nixpkgs-search = { 41 + url = "git+https://git.sr.ht/~chiefnoah/nixpkgs-search"; 42 + inputs.nixpkgs.follows = "nixpkgs"; 43 + }; 40 44 }; 41 45 42 46 outputs = ··· 52 56 tangled, 53 57 claude-code, 54 58 valheim-server, 59 + nixpkgs-search, 55 60 ... 56 61 }@inputs: 57 62 let