Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
flake/flake.lock

359 lines
9.1 KiB
Text
Raw Normal View History

2022-12-21 06:27:41 +00:00
{
"nodes": {
"agenix": {
"inputs": {
2023-02-01 06:48:27 +00:00
"darwin": "darwin",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-03-03 13:04:39 +00:00
"lastModified": 1677453742,
"narHash": "sha256-/DNOThcCGz21Met/aMhm7NGqughtpxQzrlAqTuq+YZQ=",
"owner": "ryantm",
"repo": "agenix",
2023-03-03 13:04:39 +00:00
"rev": "4828951d9d05accd244bf8c24706f046b485aceb",
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2023-02-01 06:48:27 +00: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"
}
},
2023-01-02 05:19:31 +00:00
"flake-compat": {
"flake": false,
"locked": {
2023-01-26 08:52:44 +00:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2023-01-02 05:19:31 +00:00
"owner": "edolstra",
"repo": "flake-compat",
2023-01-26 08:52:44 +00:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2023-01-02 05:19:31 +00:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2022-12-21 06:27:41 +00:00
"flake-utils": {
"locked": {
2022-12-28 08:22:43 +00:00
"lastModified": 1644229661,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
2022-12-21 06:27:41 +00:00
"owner": "numtide",
"repo": "flake-utils",
2022-12-28 08:22:43 +00:00
"rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
2022-12-21 06:27:41 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
2023-01-02 08:56:35 +00:00
"utils": [
"utils"
]
2022-12-21 06:27:41 +00:00
},
"locked": {
2023-03-03 13:04:39 +00:00
"lastModified": 1677783711,
"narHash": "sha256-eq5mOVk3gv5HITtLhPjKwi8bFnOaQplA3X0WFgHnmxE=",
2022-12-21 06:27:41 +00:00
"owner": "nix-community",
"repo": "home-manager",
2023-03-03 13:04:39 +00:00
"rev": "b9e3a29864798d55ec1d6579ab97876bb1ee9664",
2022-12-21 06:27:41 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2022-12-28 08:22:43 +00:00
"neovim": {
2022-12-21 06:27:41 +00:00
"inputs": {
2022-12-28 08:22:43 +00:00
"flake-utils": [
"utils"
],
2022-12-21 06:27:41 +00:00
"nixpkgs": [
2023-01-10 09:39:55 +00:00
"nixpkgs-stable"
2022-12-21 06:27:41 +00:00
]
},
"locked": {
"dir": "contrib",
2023-03-03 13:04:39 +00:00
"lastModified": 1677844133,
"narHash": "sha256-biIhvC014EPP0cQNa201HNWQvyt5FA8CePC8ULvGesk=",
2022-12-21 06:27:41 +00:00
"owner": "neovim",
"repo": "neovim",
2023-03-03 13:04:39 +00:00
"rev": "fbaf5bde55d42869ed6d9e9fc072110ac9976c66",
2022-12-21 06:27:41 +00:00
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
2023-01-02 08:56:35 +00:00
"nix-formatter-pack": {
"inputs": {
"nixpkgs": [
"nix-on-droid",
"nixpkgs"
],
"nmd": "nmd",
"nmt": "nmt"
},
"locked": {
"lastModified": 1666720474,
"narHash": "sha256-iWojjDS1D19zpeZXbBdjWb9MiKmVVFQCqtJmtTXgPx8=",
"owner": "Gerschtli",
"repo": "nix-formatter-pack",
"rev": "14876cc8fe94a3d329964ecb073b4c988c7b61f5",
"type": "github"
},
"original": {
"owner": "Gerschtli",
"repo": "nix-formatter-pack",
"type": "github"
}
},
"nix-on-droid": {
"inputs": {
"home-manager": [
"home-manager"
],
"nix-formatter-pack": "nix-formatter-pack",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap",
"nmd": "nmd_2"
},
"locked": {
"lastModified": 1670198918,
"narHash": "sha256-oNlUhAM0/a3pDdCMmBWA+CLrDAIYJqAAMyrDp8fNSM4=",
"owner": "t184256",
"repo": "nix-on-droid",
"rev": "b00cb5e7e2a47d85a019119069b153cda4002d0a",
"type": "github"
},
"original": {
"owner": "t184256",
"repo": "nix-on-droid",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
2023-03-03 13:04:39 +00:00
"lastModified": 1677591639,
"narHash": "sha256-DMlAyge+u3K+JOFLA5YfdjqagdAYJf29YGBWpy5izg4=",
"owner": "NixOS",
"repo": "nixos-hardware",
2023-03-03 13:04:39 +00:00
"rev": "77de4cd09db4dbee9551ed2853cfcf113d7dc5ce",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixos-hardware",
"type": "github"
}
},
2023-01-02 05:19:31 +00:00
"nixos-wsl": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": [
"utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-02-17 12:31:57 +00:00
"lastModified": 1676381420,
"narHash": "sha256-aDRnfGrk/xi7zkuterN78p8/wdM5Iy6vz74uqd/JFWw=",
2023-01-02 05:19:31 +00:00
"owner": "nix-community",
"repo": "nixos-wsl",
2023-02-17 12:31:57 +00:00
"rev": "4640199aeafcbb63cfbe8318bdf06f4402134f66",
2023-01-02 05:19:31 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-wsl",
"type": "github"
}
},
2022-12-21 06:27:41 +00:00
"nixpkgs": {
"locked": {
2023-03-03 13:04:39 +00:00
"lastModified": 1677845674,
"narHash": "sha256-9wy/QFibdJUp7WQUe50U5bZKocg3OOHBpJhpl5ddfbE=",
2022-12-21 06:27:41 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2023-03-03 13:04:39 +00:00
"rev": "dcc47fef8bd1e91baeab8fb34a35337ab8f3a3fd",
2022-12-21 06:27:41 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
2023-01-02 08:56:35 +00:00
"nixpkgs-for-bootstrap": {
"locked": {
"lastModified": 1669834992,
"narHash": "sha256-YnhZGHgb4C3Q7DSGisO/stc50jFb9F/MzHeKS4giotg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "596a8e828c5dfa504f91918d0fa4152db3ab5502",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "596a8e828c5dfa504f91918d0fa4152db3ab5502",
"type": "github"
}
},
2023-01-10 09:39:55 +00:00
"nixpkgs-stable": {
"locked": {
2023-03-03 13:04:39 +00:00
"lastModified": 1677779205,
"narHash": "sha256-6DBjL9wjq86p2GczmwnHtFRnWPBPItc67gapWENBgX8=",
2023-01-10 09:39:55 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2023-03-03 13:04:39 +00:00
"rev": "96e18717904dfedcd884541e5a92bf9ff632cf39",
2023-01-10 09:39:55 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
2023-01-02 08:56:35 +00:00
"nmd": {
"flake": false,
"locked": {
"lastModified": 1666190571,
"narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=",
"owner": "rycee",
"repo": "nmd",
"rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169",
"type": "gitlab"
},
"original": {
"owner": "rycee",
"repo": "nmd",
"type": "gitlab"
}
},
"nmd_2": {
"flake": false,
"locked": {
"lastModified": 1666190571,
"narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=",
"owner": "rycee",
"repo": "nmd",
"rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169",
"type": "gitlab"
},
"original": {
"owner": "rycee",
"repo": "nmd",
"type": "gitlab"
}
},
"nmt": {
"flake": false,
"locked": {
"lastModified": 1648075362,
"narHash": "sha256-u36WgzoA84dMVsGXzml4wZ5ckGgfnvS0ryzo/3zn/Pc=",
"owner": "rycee",
"repo": "nmt",
"rev": "d83601002c99b78c89ea80e5e6ba21addcfe12ae",
"type": "gitlab"
},
"original": {
"owner": "rycee",
"repo": "nmt",
"type": "gitlab"
}
},
2022-12-28 08:22:43 +00:00
"nur": {
2022-12-21 06:27:41 +00:00
"locked": {
2023-03-03 13:04:39 +00:00
"lastModified": 1677837380,
"narHash": "sha256-2+/DFU+U3ZmeI4+P1u6lFm9OwCbcjrW8ihduxpKkPq0=",
2022-12-28 08:22:43 +00:00
"owner": "nix-community",
"repo": "NUR",
2023-03-03 13:04:39 +00:00
"rev": "e85d61dbe4a582a3e048fd01fbdc72ae39102a0b",
2022-12-21 06:27:41 +00:00
"type": "github"
},
"original": {
2022-12-28 08:22:43 +00:00
"owner": "nix-community",
"repo": "NUR",
2022-12-21 06:27:41 +00:00
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
2022-12-21 06:27:41 +00:00
"home-manager": "home-manager",
2022-12-28 08:22:43 +00:00
"neovim": "neovim",
2023-01-02 08:56:35 +00:00
"nix-on-droid": "nix-on-droid",
"nixos-hardware": "nixos-hardware",
2023-01-02 05:19:31 +00:00
"nixos-wsl": "nixos-wsl",
2022-12-28 08:22:43 +00:00
"nixpkgs": "nixpkgs",
2023-01-10 09:39:55 +00:00
"nixpkgs-stable": "nixpkgs-stable",
2022-12-28 08:22:43 +00:00
"nur": "nur",
2023-01-02 08:56:35 +00:00
"utils": "utils"
2022-12-21 06:27:41 +00:00
}
},
"utils": {
2022-12-28 08:22:43 +00:00
"inputs": {
"flake-utils": "flake-utils"
},
"locked": {
"lastModified": 1657226504,
"narHash": "sha256-GIYNjuq4mJlFgqKsZ+YrgzWm0IpA4axA3MCrdKYj7gs=",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"rev": "2bf0f91643c2e5ae38c1b26893ac2927ac9bd82a",
"type": "github"
},
"original": {
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"type": "github"
}
2022-12-21 06:27:41 +00:00
}
},
"root": "root",
"version": 7
}