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": 1768927746,
"narHash": "sha256-zyMpWHqcpKVmRc1W2NEK7DAuyVJZV62Jdjqudg70b1k=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "63a87808f5f9b6e4195a1d33f6ea25d23f4aa0df",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1768736227,
"narHash": "sha256-qgGq7CfrYKc3IBYQ7qp0Z/ZXndQVC5Bj0N8HW9mS2rM=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "d447553bcbc6a178618d37e61648b19e744370df",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1768564909,
"narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f",
"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": 1767812907,
"narHash": "sha256-/UQlJO13c9agryVdPk1bxFa6/SXRdFsw106TFBjp9LU=",
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
}