Configuration for my NixOS based systems and Home Manager
at shizuri 140 lines 3.7 kB view raw
1{ 2 "nodes": { 3 "flake-compat": { 4 "flake": false, 5 "locked": { 6 "lastModified": 1747046372, 7 "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", 8 "owner": "edolstra", 9 "repo": "flake-compat", 10 "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", 11 "type": "github" 12 }, 13 "original": { 14 "owner": "edolstra", 15 "repo": "flake-compat", 16 "type": "github" 17 } 18 }, 19 "gitignore": { 20 "inputs": { 21 "nixpkgs": [ 22 "pre-commit-hooks", 23 "nixpkgs" 24 ] 25 }, 26 "locked": { 27 "lastModified": 1709087332, 28 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 29 "owner": "hercules-ci", 30 "repo": "gitignore.nix", 31 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 32 "type": "github" 33 }, 34 "original": { 35 "owner": "hercules-ci", 36 "repo": "gitignore.nix", 37 "type": "github" 38 } 39 }, 40 "home-manager": { 41 "inputs": { 42 "nixpkgs": [ 43 "nixpkgs" 44 ] 45 }, 46 "locked": { 47 "lastModified": 1747688870, 48 "narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", 49 "owner": "nix-community", 50 "repo": "home-manager", 51 "rev": "d5f1f641b289553927b3801580598d200a501863", 52 "type": "github" 53 }, 54 "original": { 55 "owner": "nix-community", 56 "ref": "release-24.11", 57 "repo": "home-manager", 58 "type": "github" 59 } 60 }, 61 "nixpkgs": { 62 "locked": { 63 "lastModified": 1751274312, 64 "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=", 65 "owner": "nixos", 66 "repo": "nixpkgs", 67 "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674", 68 "type": "github" 69 }, 70 "original": { 71 "owner": "nixos", 72 "ref": "nixos-24.11", 73 "repo": "nixpkgs", 74 "type": "github" 75 } 76 }, 77 "nixpkgs-unstable": { 78 "locked": { 79 "lastModified": 1756386758, 80 "narHash": "sha256-1wxxznpW2CKvI9VdniaUnTT2Os6rdRJcRUf65ZK9OtE=", 81 "owner": "nixos", 82 "repo": "nixpkgs", 83 "rev": "dfb2f12e899db4876308eba6d93455ab7da304cd", 84 "type": "github" 85 }, 86 "original": { 87 "owner": "nixos", 88 "ref": "nixos-unstable", 89 "repo": "nixpkgs", 90 "type": "github" 91 } 92 }, 93 "nixpkgs_2": { 94 "locked": { 95 "lastModified": 1754340878, 96 "narHash": "sha256-lgmUyVQL9tSnvvIvBp7x1euhkkCho7n3TMzgjdvgPoU=", 97 "owner": "NixOS", 98 "repo": "nixpkgs", 99 "rev": "cab778239e705082fe97bb4990e0d24c50924c04", 100 "type": "github" 101 }, 102 "original": { 103 "owner": "NixOS", 104 "ref": "nixpkgs-unstable", 105 "repo": "nixpkgs", 106 "type": "github" 107 } 108 }, 109 "pre-commit-hooks": { 110 "inputs": { 111 "flake-compat": "flake-compat", 112 "gitignore": "gitignore", 113 "nixpkgs": "nixpkgs_2" 114 }, 115 "locked": { 116 "lastModified": 1755960406, 117 "narHash": "sha256-RF7j6C1TmSTK9tYWO6CdEMtg6XZaUKcvZwOCD2SICZs=", 118 "owner": "cachix", 119 "repo": "git-hooks.nix", 120 "rev": "e891a93b193fcaf2fc8012d890dc7f0befe86ec2", 121 "type": "github" 122 }, 123 "original": { 124 "owner": "cachix", 125 "repo": "git-hooks.nix", 126 "type": "github" 127 } 128 }, 129 "root": { 130 "inputs": { 131 "home-manager": "home-manager", 132 "nixpkgs": "nixpkgs", 133 "nixpkgs-unstable": "nixpkgs-unstable", 134 "pre-commit-hooks": "pre-commit-hooks" 135 } 136 } 137 }, 138 "root": "root", 139 "version": 7 140}