nixos-config/flake.lock

307 lines
7.9 KiB
Plaintext
Raw Normal View History

2020-09-23 10:36:46 +02:00
{
"nodes": {
2022-05-04 03:02:47 +02:00
"agenix": {
"inputs": {
2023-02-01 20:14:06 +01:00
"darwin": "darwin",
2022-05-04 03:02:47 +02:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-04-09 21:29:14 +02:00
"lastModified": 1680281360,
"narHash": "sha256-XdLTgAzjJNDhAG2V+++0bHpSzfvArvr2pW6omiFfEJk=",
2022-05-04 03:02:47 +02:00
"owner": "ryantm",
"repo": "agenix",
2023-04-09 21:29:14 +02:00
"rev": "e64961977f60388dd0b49572bb0fc453b871f896",
2022-05-04 03:02:47 +02:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2023-02-01 20:14:06 +01:00
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1673295039,
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2022-05-05 21:24:46 +02:00
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
],
2022-07-07 23:19:23 +02:00
"utils": [
"flake-utils"
]
2022-05-05 21:24:46 +02:00
},
"locked": {
2023-02-01 20:14:06 +01:00
"lastModified": 1674127017,
"narHash": "sha256-QO1xF7stu5ZMDLbHN30LFolMAwY6TVlzYvQoUs1RD68=",
2022-05-05 21:24:46 +02:00
"owner": "serokell",
"repo": "deploy-rs",
2023-02-01 20:14:06 +01:00
"rev": "8c9ea9605eed20528bf60fae35a2b613b901fd77",
2022-05-05 21:24:46 +02:00
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2023-01-06 17:25:24 +01:00
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
2022-05-05 21:24:46 +02:00
"owner": "edolstra",
"repo": "flake-compat",
2023-01-06 17:25:24 +01:00
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
2022-05-05 21:24:46 +02:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2022-12-03 22:00:11 +01:00
"flake-compat_2": {
"flake": false,
"locked": {
2023-02-01 20:14:06 +01:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2022-12-03 22:00:11 +01:00
"owner": "edolstra",
"repo": "flake-compat",
2023-02-01 20:14:06 +01:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2022-12-03 22:00:11 +01:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2020-09-24 12:35:45 +02:00
"flake-utils": {
2023-04-09 21:29:14 +02:00
"inputs": {
"systems": "systems"
},
2020-09-24 12:35:45 +02:00
"locked": {
2023-04-09 21:29:14 +02:00
"lastModified": 1681037374,
"narHash": "sha256-XL6X3VGbEFJZDUouv2xpKg2Aljzu/etPLv5e1FPt1q0=",
2020-09-24 12:35:45 +02:00
"owner": "numtide",
"repo": "flake-utils",
2023-04-09 21:29:14 +02:00
"rev": "033b9f258ca96a10e543d4442071f614dc3f8412",
2020-09-24 12:35:45 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-12-03 22:00:11 +01:00
"gitignore": {
"inputs": {
"nixpkgs": [
"pre-commit-hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1660459072,
"narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2022-06-10 13:05:10 +02:00
],
2022-07-07 23:19:23 +02:00
"utils": [
"flake-utils"
]
},
2020-09-23 10:36:46 +02:00
"locked": {
2023-04-09 21:29:14 +02:00
"lastModified": 1680555990,
"narHash": "sha256-Tu/i5sd0hk4c4VtWO8XpY3c9KmHDcOWF5Y2GSCh3LXA=",
2020-09-23 10:36:46 +02:00
"owner": "nix-community",
"repo": "home-manager",
2023-04-09 21:29:14 +02:00
"rev": "d6f3ba090ed090ae664ab5bac329654093aae725",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2022-12-03 22:00:11 +01:00
"ref": "release-22.11",
2020-09-23 10:36:46 +02:00
"repo": "home-manager",
"type": "github"
}
},
2021-05-28 00:19:47 +02:00
"nixos-hardware": {
"locked": {
2023-04-09 21:29:14 +02:00
"lastModified": 1680876084,
"narHash": "sha256-eP9yxP0wc7XuVaODugh+ajgbFGaile2O1ihxiLxOuvU=",
2021-05-28 00:19:47 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
2023-04-09 21:29:14 +02:00
"rev": "3006d2860a6ed5e01b0c3e7ffb730e9b293116e2",
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": {
2023-04-09 21:29:14 +02:00
"lastModified": 1680865339,
"narHash": "sha256-H6rmJ1CyJ3Q5ZyoLMYq/UEYMS9Q1orJjRpWiQ47HudE=",
2021-12-01 12:27:38 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-04-09 21:29:14 +02:00
"rev": "0040164e473509b4aee6aedb3b923e400d6df10b",
2021-12-01 12:27:38 +01:00
"type": "github"
},
"original": {
2021-12-01 12:27:38 +01:00
"owner": "NixOS",
2022-12-03 22:00:11 +01:00
"ref": "nixos-22.11",
2021-12-01 12:27:38 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2022-05-05 17:56:17 +02:00
"nixpkgs-glslls": {
"locked": {
"lastModified": 1649333979,
"narHash": "sha256-NN4povtqDoa8i6cWgwjOIq7M99d2+gAYzKNNqQP1h1o=",
"owner": "felschr",
"repo": "nixpkgs",
"rev": "e03c66c1ab447e03301a51b1d8b3a543658dacd0",
"type": "github"
},
"original": {
"owner": "felschr",
"ref": "glsl-language-server",
"repo": "nixpkgs",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"nur": {
"locked": {
2023-04-09 21:29:14 +02:00
"lastModified": 1681055105,
"narHash": "sha256-HETUDbn1DpeeLwV5lND1j72jI9nb0S3ax61iz6IGNO4=",
2020-09-23 10:36:46 +02:00
"owner": "nix-community",
"repo": "NUR",
2023-04-09 21:29:14 +02:00
"rev": "fb7b8b11eef494b17fdfdb6a298768f1be02ddcf",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "NUR",
"type": "github"
}
},
"nvim-kitty-navigator": {
"flake": false,
"locked": {
"lastModified": 1668710486,
"narHash": "sha256-y4p9iqar5FYEAifS9FdOPPfAvLufbpZ/8UhvDEA99ZE=",
"owner": "hermitmaster",
"repo": "nvim-kitty-navigator",
"rev": "3db4a5fa6280f2cf0acbc30d3404f2bbcbfebbb2",
"type": "github"
},
"original": {
"owner": "hermitmaster",
"repo": "nvim-kitty-navigator",
"type": "github"
}
},
2020-09-24 12:35:45 +02:00
"pre-commit-hooks": {
"inputs": {
2022-12-03 22:00:11 +01:00
"flake-compat": "flake-compat_2",
"flake-utils": [
"flake-utils"
],
2022-12-03 22:00:11 +01:00
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
2022-12-03 22:00:11 +01:00
],
2022-12-29 14:15:34 +01:00
"nixpkgs-stable": [
"nixpkgs"
]
2020-09-24 12:35:45 +02:00
},
"locked": {
2023-04-09 21:29:14 +02:00
"lastModified": 1680981441,
"narHash": "sha256-Tqr2mCVssUVp1ZXXMpgYs9+ZonaWrZGPGltJz94FYi4=",
"owner": "cachix",
2020-09-24 12:35:45 +02:00
"repo": "pre-commit-hooks.nix",
2023-04-09 21:29:14 +02:00
"rev": "2144d9ddcb550d6dce64a2b44facdc8c5ea2e28a",
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"
}
},
2020-09-23 10:36:46 +02:00
"root": {
"inputs": {
2022-05-04 03:02:47 +02:00
"agenix": "agenix",
2022-05-05 21:24:46 +02:00
"deploy-rs": "deploy-rs",
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-28 00:19:47 +02:00
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
2022-05-05 17:56:17 +02:00
"nixpkgs-glslls": "nixpkgs-glslls",
2023-04-09 21:29:14 +02:00
"nixpkgs-unstable": "nixpkgs-unstable",
2020-09-24 12:35:45 +02:00
"nur": "nur",
"nvim-kitty-navigator": "nvim-kitty-navigator",
2020-09-24 12:35:45 +02:00
"pre-commit-hooks": "pre-commit-hooks"
2020-09-23 10:36:46 +02:00
}
2023-04-09 21:29:14 +02:00
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2020-09-23 10:36:46 +02:00
}
},
"root": "root",
"version": 7
}