nixos-config/flake.lock

327 lines
8.6 KiB
Plaintext
Raw Normal View History

2020-09-23 10:36:46 +02:00
{
"nodes": {
2021-08-12 20:05:14 +02:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1627913399,
"narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2020-09-24 12:35:45 +02:00
"flake-utils": {
"locked": {
2022-01-24 00:17:12 +01:00
"lastModified": 1642700792,
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
2020-09-24 12:35:45 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-01-24 00:17:12 +01:00
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
2020-09-24 12:35:45 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-08-12 20:05:14 +02:00
"gomod2nix": {
"inputs": {
2021-12-01 12:27:38 +01:00
"nixpkgs": "nixpkgs_2",
2021-08-12 20:05:14 +02:00
"utils": "utils"
},
"locked": {
"lastModified": 1627572165,
"narHash": "sha256-MFpwnkvQpauj799b4QTBJQFEddbD02+Ln5k92QyHOSk=",
"owner": "tweag",
"repo": "gomod2nix",
"rev": "67f22dd738d092c6ba88e420350ada0ed4992ae8",
"type": "github"
},
"original": {
"owner": "tweag",
"repo": "gomod2nix",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
2020-09-23 10:36:46 +02:00
"locked": {
2022-01-31 22:49:52 +01:00
"lastModified": 1643567433,
"narHash": "sha256-tyFgodcZRlt0ZshbgyLf4m/Sd/ys9p0AHfeVZQ50WKU=",
2020-09-23 10:36:46 +02:00
"owner": "nix-community",
"repo": "home-manager",
2022-01-31 22:49:52 +01:00
"rev": "95d39e13a4a7a818c87f2701b59820d3ac0e674c",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "home-manager",
"type": "github"
}
},
2021-05-18 11:36:36 +02:00
"neovim": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"dir": "contrib",
2022-01-31 22:49:52 +01:00
"lastModified": 1643660639,
"narHash": "sha256-FrABenx1RyMiLY4evG++ElIfleYnA3/KAyWFpz2NVr0=",
2021-05-18 11:36:36 +02:00
"owner": "neovim",
"repo": "neovim",
2022-01-31 22:49:52 +01:00
"rev": "5205bcc9049a171e90ebd01bbc0367f4ae2371d1",
2021-05-18 11:36:36 +02:00
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
2021-05-28 00:19:47 +02:00
"nixos-hardware": {
"locked": {
2022-01-12 23:40:22 +01:00
"lastModified": 1641965797,
"narHash": "sha256-AfxfIzAZbt9aAzpVBn0Bwhd/M4Wix7G91kEjm9H6FPo=",
2021-05-28 00:19:47 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
2022-01-12 23:40:22 +01:00
"rev": "87a35a0d58f546dc23f37b4f6af575d0e4be6a7a",
2021-05-28 00:19:47 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"nixpkgs": {
"locked": {
2022-01-31 22:49:52 +01:00
"lastModified": 1643524588,
"narHash": "sha256-Qh5AazxdOQRORbGkkvpKoovDl6ej/4PhDabFsqnueqw=",
2020-10-23 11:40:41 +02:00
"owner": "NixOS",
2020-09-23 10:36:46 +02:00
"repo": "nixpkgs",
2022-01-31 22:49:52 +01:00
"rev": "efeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2022-01-31 22:49:52 +01:00
"lastModified": 1643524588,
"narHash": "sha256-Qh5AazxdOQRORbGkkvpKoovDl6ej/4PhDabFsqnueqw=",
2021-12-01 12:27:38 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-01-31 22:49:52 +01:00
"rev": "efeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb",
2021-12-01 12:27:38 +01:00
"type": "github"
},
"original": {
2021-12-01 12:27:38 +01:00
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"nur": {
"locked": {
2022-01-31 22:49:52 +01:00
"lastModified": 1643661048,
"narHash": "sha256-dv7aYrVNgmEgrdq6L4BhZlMNX3Cy7uB+jK9t1c77BDI=",
2020-09-23 10:36:46 +02:00
"owner": "nix-community",
"repo": "NUR",
2022-01-31 22:49:52 +01:00
"rev": "98059f7fe66ce21bd401d1b2add97d487f88c6a5",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "NUR",
"type": "github"
}
},
2021-11-13 04:23:32 +01:00
"nvim-lspfuzzy": {
"flake": false,
"locked": {
2022-01-20 17:30:25 +01:00
"lastModified": 1642350986,
"narHash": "sha256-qs20m7J8Apq336xTz0M/6eKVeTwkbTKa6mNqng8gZ5I=",
2021-11-13 04:23:32 +01:00
"owner": "ojroques",
"repo": "nvim-lspfuzzy",
2022-01-20 17:30:25 +01:00
"rev": "f41f8b03a8eacee578b2b4f14866163538fcfe37",
2021-11-13 04:23:32 +01:00
"type": "github"
},
"original": {
"owner": "ojroques",
"repo": "nvim-lspfuzzy",
"type": "github"
}
},
"nvim-ts-autotag": {
"flake": false,
"locked": {
2022-01-08 11:23:43 +01:00
"lastModified": 1641285774,
"narHash": "sha256-L5fq4hHRkt2aouEV2MyPYGFlnfiCN1lZHm8UdfKkWLU=",
"owner": "windwp",
"repo": "nvim-ts-autotag",
2022-01-08 11:23:43 +01:00
"rev": "32bc46ee8b21f88f87d97b976ae6674595b311b5",
"type": "github"
},
"original": {
"owner": "windwp",
"repo": "nvim-ts-autotag",
"type": "github"
}
},
"nvim-ts-context-commentstring": {
"flake": false,
"locked": {
2021-12-13 13:36:08 +01:00
"lastModified": 1639393910,
"narHash": "sha256-wOmOmSfTOfKAbx9JBKPiJg9TwRdjy/iyUJlE6CZK1uA=",
"owner": "JoosepAlviste",
"repo": "nvim-ts-context-commentstring",
2021-12-13 13:36:08 +01:00
"rev": "097df33c9ef5bbd3828105e4bee99965b758dc3f",
"type": "github"
},
"original": {
"owner": "JoosepAlviste",
"repo": "nvim-ts-context-commentstring",
"type": "github"
}
},
2021-04-04 18:49:39 +02:00
"photoprism": {
"flake": false,
"locked": {
2021-12-12 16:03:31 +01:00
"lastModified": 1639155848,
"narHash": "sha256-563sbnpAWXSMrsJ+jeHOjj6eqUUa80CSJ39kUghdGNQ=",
2021-04-04 18:49:39 +02:00
"owner": "photoprism",
"repo": "photoprism",
2021-12-12 16:03:31 +01:00
"rev": "2cb90e7e0db7c3102537e085a41bc7a67c74cabc",
2021-04-04 18:49:39 +02:00
"type": "github"
},
"original": {
"owner": "photoprism",
"repo": "photoprism",
"type": "github"
}
},
2021-12-01 12:27:38 +01:00
"photoprism2nix": {
2021-04-04 18:49:39 +02:00
"inputs": {
2021-08-12 20:05:14 +02:00
"flake-compat": "flake-compat",
2021-04-04 18:49:39 +02:00
"flake-utils": [
"flake-utils"
],
2021-08-12 20:05:14 +02:00
"gomod2nix": "gomod2nix",
2021-12-01 12:27:38 +01:00
"nixpkgs": [
"nixpkgs"
],
2021-04-04 18:49:39 +02:00
"photoprism": "photoprism",
"ranz2nix": "ranz2nix"
},
"locked": {
2021-12-12 16:03:31 +01:00
"lastModified": 1639159380,
"narHash": "sha256-kBH+dDNuZznPlqAv1ZFi4k03QP89qz14XkiZVCpOqbw=",
"owner": "GTrunSec",
2021-12-01 12:27:38 +01:00
"repo": "photoprism2nix",
2021-12-12 16:03:31 +01:00
"rev": "2c827cdfc55b0f0977583119342ca4c5a8d3d020",
2021-05-12 23:10:30 +02:00
"type": "github"
2021-04-04 18:49:39 +02:00
},
"original": {
"owner": "GTrunSec",
2021-12-01 12:27:38 +01:00
"repo": "photoprism2nix",
2021-05-12 23:10:30 +02:00
"type": "github"
2021-04-04 18:49:39 +02:00
}
},
2020-09-24 12:35:45 +02:00
"pre-commit-hooks": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
2020-09-24 12:35:45 +02:00
},
"locked": {
2021-12-20 01:57:55 +01:00
"lastModified": 1639823344,
"narHash": "sha256-jlsQb2y6A5dB1R0wVPLOfDGM0wLyfYqEJNzMtXuzCXw=",
"owner": "cachix",
2020-09-24 12:35:45 +02:00
"repo": "pre-commit-hooks.nix",
2021-12-20 01:57:55 +01:00
"rev": "ff9c0b459ddc4b79c06e19d44251daa8e9cd1746",
2020-09-24 12:35:45 +02:00
"type": "github"
},
"original": {
"owner": "cachix",
2020-09-24 12:35:45 +02:00
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2021-04-04 18:49:39 +02:00
"ranz2nix": {
"flake": false,
"locked": {
"lastModified": 1594668772,
"narHash": "sha256-JE7lk0rDP5itZqWOwjuv8N18xLbGc6XL/0u9rMnhXUk=",
"owner": "andir",
"repo": "ranz2nix",
"rev": "637276c3110716d2a798e737fe62e54b37190d50",
"type": "github"
},
"original": {
"owner": "andir",
"repo": "ranz2nix",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"root": {
"inputs": {
2020-09-24 12:35:45 +02:00
"flake-utils": "flake-utils",
2020-09-23 10:36:46 +02:00
"home-manager": "home-manager",
2021-05-18 11:36:36 +02:00
"neovim": "neovim",
2021-05-28 00:19:47 +02:00
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
2020-09-24 12:35:45 +02:00
"nur": "nur",
2021-11-13 04:23:32 +01:00
"nvim-lspfuzzy": "nvim-lspfuzzy",
"nvim-ts-autotag": "nvim-ts-autotag",
"nvim-ts-context-commentstring": "nvim-ts-context-commentstring",
2021-12-01 12:27:38 +01:00
"photoprism2nix": "photoprism2nix",
2020-09-24 12:35:45 +02:00
"pre-commit-hooks": "pre-commit-hooks"
2020-09-23 10:36:46 +02:00
}
2021-08-12 20:05:14 +02:00
},
"utils": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2020-09-23 10:36:46 +02:00
}
},
"root": "root",
"version": 7
}