summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2022-10-29 14:35:33 +0200
committerMike Vink <mike1994vink@gmail.com>2022-10-29 14:35:33 +0200
commita39a1c7cb6a81764bb5c05155243c16c2ddfb7f6 (patch)
tree2ae547e4632b8ce99e1c921bd8f5b37419fac4b3 /flake.lock
parent46eb3563ac990ef5172a8addefa7342d2cf39477 (diff)
move
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock64
1 files changed, 64 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..3916ebf
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,64 @@
+{
+ "nodes": {
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "utils": "utils"
+ },
+ "locked": {
+ "lastModified": 1666903647,
+ "narHash": "sha256-sFI1Gh9DTGzHnBINondupUGYbe+T0wZcpcZjkW0qffM=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "213a06295dff96668a1d673b9fd1c03ce1de6745",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1666959691,
+ "narHash": "sha256-TRpWA3t8ata79HOGtFd5dDCl1kJQmIE16PDF53/Hcxo=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "448a599c49978c2794401bfc3a2e1fba1a8663be",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "home-manager": "home-manager",
+ "nixpkgs": "nixpkgs"
+ }
+ },
+ "utils": {
+ "locked": {
+ "lastModified": 1659877975,
+ "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}