nix-dotfiles/flake.lock

209 lines
5.3 KiB
Plaintext
Raw Normal View History

{
"nodes": {
2025-05-23 20:41:04 -04:00
"edit": {
"inputs": {
"fenix": "fenix",
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-07-16 21:16:16 -04:00
"lastModified": 1748618316,
"narHash": "sha256-NzkDNSFTVwoXX37n/+u7z93aUdPFIeh8+P7QhX7M8cw=",
2025-05-23 20:41:04 -04:00
"path": "/home/alice/projects/edit",
"type": "path"
},
"original": {
"path": "/home/alice/projects/edit",
"type": "path"
}
},
"fenix": {
"inputs": {
"nixpkgs": [
"edit",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
2025-07-06 15:13:33 -04:00
"lastModified": 1748414334,
"narHash": "sha256-pWLq78fWssxiRAvLQZnxKupUogR25u+28XS4lfxMMoE=",
2025-05-23 20:41:04 -04:00
"owner": "nix-community",
"repo": "fenix",
2025-07-06 15:13:33 -04:00
"rev": "1c050d9008ff9e934f8bb5298c902259ea2cb3f7",
2025-05-23 20:41:04 -04:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2024-11-12 17:15:56 -05:00
"flake-utils": {
"inputs": {
"systems": "systems"
},
2025-05-23 20:41:04 -04:00
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
2025-07-06 15:13:33 -04:00
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1763416652,
"narHash": "sha256-8EBEEvtzQ11LCxpQHMNEBQAGtQiCu/pqP9zSovDSbNM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ea164b7c9ccdc2321379c2ff78fd4317b4c41312",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1762847253,
"narHash": "sha256-BWWnUUT01lPwCWUvS0p6Px5UOBFeXJ8jR+ZdLX8IbrU=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "899dc449bc6428b9ee6b3b8f771ca2b0ef945ab9",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1763421233,
"narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"root": {
"inputs": {
2025-05-23 20:41:04 -04:00
"edit": "edit",
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
2025-07-06 15:13:33 -04:00
"nixpkgs": "nixpkgs",
"tepid-client-services": "tepid-client-services"
}
2024-11-12 17:15:56 -05:00
},
2025-05-23 20:41:04 -04:00
"rust-analyzer-src": {
"flake": false,
"locked": {
2025-07-06 15:13:33 -04:00
"lastModified": 1748389118,
"narHash": "sha256-5QJCzMtA2lBFNGou2dbFrGgWXxfL2O92oJoUnqeoNjI=",
2025-05-23 20:41:04 -04:00
"owner": "rust-lang",
"repo": "rust-analyzer",
2025-07-06 15:13:33 -04:00
"rev": "4f7af13637a77ce1dc21e58fcd3f635efbfb43a7",
2025-05-23 20:41:04 -04:00
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
2024-11-12 17:15:56 -05:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2025-05-23 20:41:04 -04:00
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2025-07-06 15:13:33 -04:00
},
"tepid-client-services": {
"inputs": {
2025-09-23 17:48:31 -04:00
"flake-utils": "flake-utils_2",
2025-07-06 15:13:33 -04:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1759260889,
"narHash": "sha256-EpjnR/SW4qxgfNTQzRc+WHiLaM5/Afo4j35GmAr2uRc=",
2025-07-06 15:13:33 -04:00
"path": "/home/alice/projects/tepid-client-services/",
"type": "path"
},
"original": {
"path": "/home/alice/projects/tepid-client-services/",
"type": "path"
}
}
},
"root": "root",
"version": 7
}