diff options
author | David Morgan <djm_uk@protonmail.com> | 2025-07-25 21:04:48 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2025-07-25 21:04:48 +0100 |
commit | d5f60319870f8daa4a312ace911aee97445cccc9 (patch) | |
tree | 399f57cea0884e96910348b696fb78ada5dfc248 /nix-conf/home/flake.lock | |
parent | 83dd90f135afbd0690bcca34df5f960975ff0160 (diff) | |
download | dotfiles-master.tar.gz |
Diffstat (limited to 'nix-conf/home/flake.lock')
-rw-r--r-- | nix-conf/home/flake.lock | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/nix-conf/home/flake.lock b/nix-conf/home/flake.lock new file mode 100644 index 0000000..305d45d --- /dev/null +++ b/nix-conf/home/flake.lock @@ -0,0 +1,161 @@ +{ + "nodes": { + "darwin-system-certs": { + "flake": false, + "locked": { + "lastModified": 1746337162, + "narHash": "sha256-nnYgKXmhL+DfaiQfk9y5fEZL+pDb7OuB9gsAo1JBv+Q=", + "path": "/private/etc/ssl/cert.pem", + "type": "path" + }, + "original": { + "path": "/private/etc/ssl/cert.pem", + "type": "path" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1753470191, + "narHash": "sha256-hOUWU5L62G9sm8NxdiLWlLIJZz9H52VuFiDllHdwmVA=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "a1817d1c0e5eabe7dfdfe4caa46c94d9d8f3fdb6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "home-manager-stable": { + "inputs": { + "nixpkgs": [ + "nixpkgs-stable" + ] + }, + "locked": { + "lastModified": 1753288231, + "narHash": "sha256-WcMW9yUDfER8kz4NdCaaI/ep0Ef91L+Nf7MetNzHZc4=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "7b5a978e00273b8676c530c03d315f5b75fae564", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-25.05", + "repo": "home-manager", + "type": "github" + } + }, + "nix-darwin": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1751313918, + "narHash": "sha256-HsJM3XLa43WpG+665aGEh8iS8AfEwOIQWk3Mke3e7nk=", + "owner": "nix-darwin", + "repo": "nix-darwin", + "rev": "e04a388232d9a6ba56967ce5b53a8a6f713cdfcf", + "type": "github" + }, + "original": { + "owner": "nix-darwin", + "ref": "master", + "repo": "nix-darwin", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1753250450, + "narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1753345091, + "narHash": "sha256-CdX2Rtvp5I8HGu9swBmYuq+ILwRxpXdJwlpg8jvN4tU=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "3ff0e34b1383648053bba8ed03f201d3466f90c9", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1753250450, + "narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "darwin-system-certs": "darwin-system-certs", + "home-manager": "home-manager", + "home-manager-stable": "home-manager-stable", + "nix-darwin": "nix-darwin", + "nixpkgs": "nixpkgs", + "nixpkgs-stable": "nixpkgs-stable", + "nixpkgs-unstable": "nixpkgs-unstable", + "sops-nix": "sops-nix" + } + }, + "sops-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1752544651, + "narHash": "sha256-GllP7cmQu7zLZTs9z0J2gIL42IZHa9CBEXwBY9szT0U=", + "owner": "Mic92", + "repo": "sops-nix", + "rev": "2c8def626f54708a9c38a5861866660395bb3461", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "sops-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |