dotfiles/flake.lock

217 lines
5.8 KiB
Plaintext
Raw Normal View History

2021-09-08 19:43:08 +02:00
{
"nodes": {
2021-09-14 13:12:34 +02:00
"agenix": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1631896269,
"narHash": "sha256-DAyCxJ8JacayOzGgGSfzrn7ghtsfL/EsCyk1NEUaAR8=",
2021-09-14 13:12:34 +02:00
"owner": "ryantm",
"repo": "agenix",
2021-10-03 16:33:35 +02:00
"rev": "daf1d773989ac5d949aeef03fce0fe27e583dbca",
2021-09-14 13:12:34 +02:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2021-09-10 14:00:56 +02:00
"emacs-overlay": {
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1632992735,
"narHash": "sha256-EuqMxgREM2lNk7JLyHfl5732gjW6pZJurgmKWWUo6ow=",
2021-09-10 14:00:56 +02:00
"owner": "nix-community",
"repo": "emacs-overlay",
2021-10-03 16:33:35 +02:00
"rev": "5fa26165cf34adbe693b159093ea15f24f7f7ea4",
2021-09-10 14:00:56 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2021-09-08 19:43:08 +02:00
"flake-utils": {
"locked": {
"lastModified": 1629481132,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "997f7efcb746a9c140ce1f13c72263189225f482",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2021-09-15 00:42:24 +02:00
"lastModified": 1631573611,
"narHash": "sha256-u2E/wstadWNcn6vOIoK1xY86QPOzzBZQfT1FbePfdaI=",
2021-09-08 19:43:08 +02:00
"owner": "nix-community",
"repo": "home-manager",
2021-09-15 00:42:24 +02:00
"rev": "7d9ba15214004c979d2c8733f8be12ce6502cf8a",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2021-09-09 22:05:50 +02:00
"ref": "release-21.05",
2021-09-08 19:43:08 +02:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
2021-09-14 13:12:34 +02:00
"locked": {
"lastModified": 1618628710,
"narHash": "sha256-9xIoU+BrCpjs5nfWcd/GlU7XCVdnNKJPffoNTxgGfhs=",
"path": "/nix/store/z1rf17q0fxj935cmplzys4gg6nxj1as0-source",
"rev": "7919518f0235106d050c77837df5e338fb94de5d",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
2021-09-08 19:43:08 +02:00
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1633083543,
"narHash": "sha256-thXKms0SvDirYb8/Hw0zqAE1TsuSFWd0y51mSzkPGLU=",
2021-09-08 19:43:08 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2021-10-03 16:33:35 +02:00
"rev": "92609f3d9bc3acffbdbe54fa1c591a885612aa73",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-21.05",
"repo": "nixpkgs",
"type": "github"
}
},
2021-09-11 13:25:38 +02:00
"nur": {
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1633086458,
"narHash": "sha256-NHccp42ZPYUSiFKTAWOjqTQv2q5mBz0GAeJKh5i5QJg=",
2021-09-11 13:25:38 +02:00
"owner": "nix-community",
"repo": "NUR",
2021-10-03 16:33:35 +02:00
"rev": "e514365e94d704bc64d25f9a43f0b4a402d062fb",
2021-09-11 13:25:38 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2021-09-10 11:16:30 +02:00
"picom": {
"flake": false,
"locked": {
"lastModified": 1606582992,
"narHash": "sha256-R+YUGBrLst6CpUgG9VCwaZ+LiBSDWTp0TLt1Ou4xmpQ=",
"owner": "jonaburg",
"repo": "picom",
"rev": "a8445684fe18946604848efb73ace9457b29bf80",
"type": "github"
},
"original": {
"owner": "jonaburg",
"repo": "picom",
"type": "github"
}
},
2021-09-08 19:43:08 +02:00
"root": {
"inputs": {
2021-09-14 13:12:34 +02:00
"agenix": "agenix",
2021-09-10 14:00:56 +02:00
"emacs-overlay": "emacs-overlay",
2021-09-08 19:43:08 +02:00
"home-manager": "home-manager",
2021-09-14 13:12:34 +02:00
"nixpkgs": "nixpkgs_2",
2021-09-11 13:25:38 +02:00
"nur": "nur",
2021-09-10 11:16:30 +02:00
"picom": "picom",
2021-09-08 19:43:08 +02:00
"unstable": "unstable",
2021-09-11 13:34:35 +02:00
"utils": "utils",
2021-09-11 13:35:44 +02:00
"zsh-autosuggestions": "zsh-autosuggestions",
"zsh-syntax-highlighting": "zsh-syntax-highlighting"
2021-09-08 19:43:08 +02:00
}
},
"unstable": {
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1632820883,
"narHash": "sha256-MegRCaHkbD0f/Auwpowba0z+xaKLFlJ+7D7ZrgtmfvY=",
2021-09-08 19:43:08 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2021-10-03 16:33:35 +02:00
"rev": "c21ba4f7bb4a3d621eb1d187e6b5e816bb85380c",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"utils": {
"inputs": {
"flake-utils": "flake-utils"
},
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1630860118,
"narHash": "sha256-JwLcC/zRR6ypk4/Ks7plWBvThYoLhURaH2zvjuWVmyA=",
2021-09-08 19:43:08 +02:00
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
2021-10-03 16:33:35 +02:00
"rev": "813281281363ec45af155c8d2ceb7c5132d4de45",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "gytis-ivaskevicius",
2021-10-03 16:33:35 +02:00
"ref": "1.3.0",
2021-09-08 19:43:08 +02:00
"repo": "flake-utils-plus",
"type": "github"
}
2021-09-11 13:34:35 +02:00
},
"zsh-autosuggestions": {
"flake": false,
"locked": {
"lastModified": 1622844304,
"narHash": "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w=",
"owner": "zsh-users",
"repo": "zsh-autosuggestions",
"rev": "a411ef3e0992d4839f0732ebeb9823024afaaaa8",
"type": "github"
},
"original": {
"owner": "zsh-users",
"repo": "zsh-autosuggestions",
"type": "github"
}
2021-09-11 13:35:44 +02:00
},
"zsh-syntax-highlighting": {
"flake": false,
"locked": {
2021-10-03 16:33:35 +02:00
"lastModified": 1632454857,
"narHash": "sha256-vwtgFWEs51ZfrUbWmRjcHZz+WPMFUrSHfIt4FjrMOoU=",
2021-09-11 13:35:44 +02:00
"owner": "zsh-users",
"repo": "zsh-syntax-highlighting",
2021-10-03 16:33:35 +02:00
"rev": "1a9264bc661b3d52756916bf9ec3f41687d64db2",
2021-09-11 13:35:44 +02:00
"type": "github"
},
"original": {
"owner": "zsh-users",
"repo": "zsh-syntax-highlighting",
"type": "github"
}
2021-09-08 19:43:08 +02:00
}
},
"root": "root",
"version": 7
}