diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-03 13:29:08 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-03 13:29:08 -0500 |
commit | 7411bb21c52c1785a778f3b3833d7fa95a049576 (patch) | |
tree | 78ef6182c0666116d3bea391c40b3d7709561284 | |
parent | udpate nix home configuration (diff) | |
download | dotfiles-guix-7411bb21c52c1785a778f3b3833d7fa95a049576.tar.gz dotfiles-guix-7411bb21c52c1785a778f3b3833d7fa95a049576.tar.bz2 dotfiles-guix-7411bb21c52c1785a778f3b3833d7fa95a049576.zip |
flake.lock
-rw-r--r-- | home/nix/flake.lock | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/home/nix/flake.lock b/home/nix/flake.lock new file mode 100644 index 0000000..d608a4c --- /dev/null +++ b/home/nix/flake.lock @@ -0,0 +1,49 @@ +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1726989464, + "narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-24.05", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1730651795, + "narHash": "sha256-XGYmN3WdyGU8FasWLPjL1Yvm9L9GJ0h62fMgCOPyvo0=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "5012ef7926747f739c65bd2e1ceff96da30fb3b8", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "release-24.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |