nixos/flake.lock

146 lines
3.6 KiB
Plaintext
Raw Normal View History

2023-12-14 17:23:01 -07:00
{
"nodes": {
2024-10-11 19:14:23 -06:00
"flake-parts": {
"inputs": {
2024-12-17 14:40:05 -07:00
"nixpkgs-lib": [
"nur",
"nixpkgs"
]
2024-10-11 19:14:23 -06:00
},
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
2024-10-11 19:14:23 -06:00
"owner": "hercules-ci",
"repo": "flake-parts",
2024-12-17 14:40:05 -07:00
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
2024-10-11 19:14:23 -06:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2023-12-14 17:23:01 -07:00
"home-manager": {
"inputs": {
"nixpkgs": [
2024-12-17 14:40:05 -07:00
"nixpkgs"
2023-12-14 17:23:01 -07:00
]
},
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733951536,
"narHash": "sha256-Zb5ZCa7Xj+0gy5XVXINTSr71fCfAv+IKtmIXNrykT54=",
2023-12-14 17:23:01 -07:00
"owner": "nix-community",
"repo": "home-manager",
2024-12-17 14:40:05 -07:00
"rev": "1318c3f3b068cdcea922fa7c1a0a1f0c96c22f5f",
2023-12-14 17:23:01 -07:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-12-17 14:40:05 -07:00
"ref": "release-24.11",
2023-12-14 17:23:01 -07:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733808091,
"narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=",
2023-12-14 21:58:29 -07:00
"owner": "nixos",
"repo": "nixpkgs",
2024-12-17 14:40:05 -07:00
"rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e",
2023-12-14 21:58:29 -07:00
"type": "github"
},
"original": {
"owner": "nixos",
2024-12-17 14:40:05 -07:00
"ref": "nixos-24.11",
2024-10-11 19:14:23 -06:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733759999,
"narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=",
"owner": "nixos",
"repo": "nixpkgs",
2024-12-17 14:40:05 -07:00
"rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-10-11 19:14:23 -06:00
"nixpkgs_2": {
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733759999,
"narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=",
2024-10-11 19:14:23 -06:00
"owner": "nixos",
"repo": "nixpkgs",
2024-12-17 14:40:05 -07:00
"rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56",
2024-10-11 19:14:23 -06:00
"type": "github"
},
"original": {
"owner": "nixos",
2024-12-17 14:40:05 -07:00
"ref": "nixos-unstable",
2024-10-11 19:14:23 -06:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-12-18 20:12:41 -07:00
"nur": {
2024-12-17 14:40:05 -07:00
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs_2",
"treefmt-nix": "treefmt-nix"
},
2023-12-18 20:12:41 -07:00
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733953553,
"narHash": "sha256-VwixklCTL4p/aJ4L9vvSTh1uAN56QW7sN8CJdsmDQlc=",
2023-12-18 20:12:41 -07:00
"owner": "nix-community",
"repo": "NUR",
2024-12-17 14:40:05 -07:00
"rev": "d83d70cbde1481068f1db7fb0f789426b364b422",
2023-12-18 20:12:41 -07:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2023-12-14 17:23:01 -07:00
"root": {
"inputs": {
"home-manager": "home-manager",
2024-12-17 14:40:05 -07:00
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
2023-12-18 20:12:41 -07:00
"nur": "nur"
2023-12-14 17:23:01 -07:00
}
2024-10-11 19:14:23 -06:00
},
2024-12-17 14:40:05 -07:00
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nur",
"nixpkgs"
]
2024-10-11 19:14:23 -06:00
},
"locked": {
2024-12-17 14:40:05 -07:00
"lastModified": 1733222881,
"narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "49717b5af6f80172275d47a418c9719a31a78b53",
2024-10-11 19:14:23 -06:00
"type": "github"
},
"original": {
2024-12-17 14:40:05 -07:00
"owner": "numtide",
"repo": "treefmt-nix",
2024-10-11 19:14:23 -06:00
"type": "github"
}
2023-12-14 17:23:01 -07:00
}
},
"root": "root",
"version": 7
}