aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-09-01 09:27:05 +0900
committernsfisis <nsfisis@gmail.com>2023-09-02 01:18:23 +0900
commitf8d23391c64acfd9db15816aa2522ce0ef4ad1a5 (patch)
treed455cea2f448f3b0da0673b6e5cc80f0d00cb67a /flake.lock
parentf1e3ca6f971c2c5177174896e1fa3e6f695ca2a1 (diff)
downloaddotfiles-f8d23391c64acfd9db15816aa2522ce0ef4ad1a5.tar.gz
dotfiles-f8d23391c64acfd9db15816aa2522ce0ef4ad1a5.tar.zst
dotfiles-f8d23391c64acfd9db15816aa2522ce0ef4ad1a5.zip
home-manager: introduce nix flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock49
1 files changed, 49 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..eea49a0
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,49 @@
+{
+ "nodes": {
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1693208669,
+ "narHash": "sha256-hHFaaUsZ860wvppPeiu7nJn/nXZjJfnqAQEu9SPFE9I=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "5bac4a1c06cd77cf8fc35a658ccb035a6c50cd2c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "ref": "release-23.05",
+ "repo": "home-manager",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1693525452,
+ "narHash": "sha256-QgzIF92jB8KRwfzO1+FBPbofS4zVihwu1unRiipxCfw=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "53123c945fd86f6b56af8be011558410bd4444b2",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "release-23.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "home-manager": "home-manager",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}