configuration.nix/flake.lock

343 lines
8.7 KiB
Text
Raw Normal View History

2023-03-15 22:11:59 +05:30
{
"nodes": {
"crane": {
"inputs": {
2023-04-23 19:30:48 +05:30
"flake-compat": [
"lanzaboote",
"flake-compat"
],
2023-03-15 22:11:59 +05:30
"flake-utils": [
"lanzaboote",
"flake-utils"
],
"nixpkgs": [
"lanzaboote",
"nixpkgs"
],
"rust-overlay": [
"lanzaboote",
"rust-overlay"
]
},
"locked": {
2023-05-18 16:28:01 +05:30
"lastModified": 1683505101,
"narHash": "sha256-VBU64Jfu2V4sUR5+tuQS9erBRAe/QEYUxdVMcJGMZZs=",
2023-03-15 22:11:59 +05:30
"owner": "ipetkov",
"repo": "crane",
2023-05-18 16:28:01 +05:30
"rev": "7b5bd9e5acb2bb0cfba2d65f34d8568a894cdb6c",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_2": {
"flake": false,
"locked": {
2023-05-27 17:07:47 +05:30
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
2023-03-15 22:11:59 +05:30
"owner": "edolstra",
"repo": "flake-compat",
2023-05-27 17:07:47 +05:30
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": {
"inputs": {
2023-04-23 19:30:48 +05:30
"nixpkgs-lib": [
"lanzaboote",
"nixpkgs"
]
2023-03-15 22:11:59 +05:30
},
"locked": {
2023-05-18 16:28:01 +05:30
"lastModified": 1683560683,
"narHash": "sha256-XAygPMN5Xnk/W2c1aW0jyEa6lfMDZWlQgiNtmHXytPc=",
2023-03-15 22:11:59 +05:30
"owner": "hercules-ci",
"repo": "flake-parts",
2023-05-18 16:28:01 +05:30
"rev": "006c75898cf814ef9497252b022e91c946ba8e17",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
2023-05-01 14:31:08 +05:30
"inputs": {
"systems": "systems"
},
2023-03-15 22:11:59 +05:30
"locked": {
2023-05-01 14:31:08 +05:30
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
2023-03-15 22:11:59 +05:30
"owner": "numtide",
"repo": "flake-utils",
2023-05-01 14:31:08 +05:30
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-04-01 23:20:13 +05:30
"flake-utils_2": {
"locked": {
2023-05-27 17:07:47 +05:30
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
2023-04-01 23:20:13 +05:30
"owner": "numtide",
"repo": "flake-utils",
2023-05-27 17:07:47 +05:30
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
2023-04-01 23:20:13 +05:30
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-03-15 22:11:59 +05:30
"gitignore": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"pre-commit-hooks-nix",
"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"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2023-04-16 11:40:59 +05:30
]
2023-03-15 22:11:59 +05:30
},
"locked": {
2023-06-06 06:50:31 +05:30
"lastModified": 1685999310,
"narHash": "sha256-gaRMZhc7z4KeU/xS3IWv3kC+WhVcAXOLXXGKLe5zn1Y=",
2023-03-15 22:11:59 +05:30
"owner": "nix-community",
"repo": "home-manager",
2023-06-06 06:50:31 +05:30
"rev": "28614ed7a1e3ace824c122237bdc0e5e0b62c5c3",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"impermanence": {
"locked": {
2023-05-18 16:28:01 +05:30
"lastModified": 1684264534,
"narHash": "sha256-K0zr+ry3FwIo3rN2U/VWAkCJSgBslBisvfRIPwMbuCQ=",
2023-03-15 22:11:59 +05:30
"owner": "nix-community",
"repo": "impermanence",
2023-05-18 16:28:01 +05:30
"rev": "89253fb1518063556edd5e54509c30ac3089d5e6",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
"lanzaboote": {
"inputs": {
"crane": "crane",
2023-04-23 19:30:48 +05:30
"flake-compat": "flake-compat",
2023-03-15 22:11:59 +05:30
"flake-parts": "flake-parts",
2023-03-25 22:10:52 +05:30
"flake-utils": "flake-utils",
2023-03-15 22:11:59 +05:30
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
2023-04-23 19:30:48 +05:30
"rust-overlay": "rust-overlay"
2023-03-15 22:11:59 +05:30
},
"locked": {
2023-06-06 06:50:31 +05:30
"lastModified": 1685953862,
"narHash": "sha256-aROVoLllFZde9EWr3EP97fXIlOghgrdmO6TeYkZRs5g=",
"owner": "nix-community",
2023-03-15 22:11:59 +05:30
"repo": "lanzaboote",
2023-06-06 06:50:31 +05:30
"rev": "45d04a45d3dfcdee5246f7c0dfed056313de2a61",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
2023-03-15 22:11:59 +05:30
"repo": "lanzaboote",
"type": "github"
}
},
2023-05-27 17:07:47 +05:30
"nixneovimplugins": {
"inputs": {
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils_2",
2023-06-04 10:20:19 +05:30
"nixpkgs": [
"nixpkgs"
]
2023-05-27 17:07:47 +05:30
},
"locked": {
2023-06-05 08:06:25 +05:30
"lastModified": 1685888168,
"narHash": "sha256-lBgkJxuu4Go5zsnUJs8m9NNWibuGpxUZ/Hpvu66XjtM=",
2023-05-27 17:07:47 +05:30
"owner": "nixneovim",
"repo": "nixneovimplugins",
2023-06-05 08:06:25 +05:30
"rev": "5db253c9556c035d8f02efb2d56c7ce91a948a6d",
2023-05-27 17:07:47 +05:30
"type": "github"
},
"original": {
"owner": "nixneovim",
"repo": "nixneovimplugins",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-06-06 06:50:31 +05:30
"lastModified": 1685931219,
"narHash": "sha256-8EWeOZ6LKQfgAjB/USffUSELPRjw88A+xTcXnOUvO5M=",
2023-03-15 22:11:59 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2023-06-06 06:50:31 +05:30
"rev": "7409480d5c8584a1a83c422530419efe4afb0d19",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
2023-06-04 10:20:19 +05:30
"ref": "nixos-unstable",
2023-03-15 22:11:59 +05:30
"repo": "nixpkgs",
"type": "github"
}
},
2023-05-27 17:07:47 +05:30
"nixpkgs-stable": {
2023-04-01 23:20:13 +05:30
"locked": {
"lastModified": 1678872516,
"narHash": "sha256-/E1YwtMtFAu2KUQKV/1+KFuReYPANM2Rzehk84VxVoc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-15 22:11:59 +05:30
"pre-commit-hooks-nix": {
"inputs": {
2023-04-23 19:30:48 +05:30
"flake-compat": [
"lanzaboote",
"flake-compat"
],
2023-03-15 22:11:59 +05:30
"flake-utils": [
"lanzaboote",
"flake-utils"
],
2023-03-25 22:10:52 +05:30
"gitignore": "gitignore",
2023-03-15 22:11:59 +05:30
"nixpkgs": [
"lanzaboote",
"nixpkgs"
],
2023-03-25 22:10:52 +05:30
"nixpkgs-stable": "nixpkgs-stable"
2023-03-15 22:11:59 +05:30
},
"locked": {
2023-05-18 16:28:01 +05:30
"lastModified": 1682596858,
"narHash": "sha256-Hf9XVpqaGqe/4oDGr30W8HlsWvJXtMsEPHDqHZA6dDg=",
2023-03-15 22:11:59 +05:30
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2023-05-18 16:28:01 +05:30
"rev": "fb58866e20af98779017134319b5663b8215d912",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"impermanence": "impermanence",
"lanzaboote": "lanzaboote",
2023-06-04 10:20:19 +05:30
"nixneovimplugins": "nixneovimplugins",
"nixpkgs": "nixpkgs"
2023-03-15 22:11:59 +05:30
}
},
"rust-overlay": {
"inputs": {
2023-04-23 19:30:48 +05:30
"flake-utils": [
"lanzaboote",
"flake-utils"
],
2023-03-15 22:11:59 +05:30
"nixpkgs": [
2023-04-23 19:30:48 +05:30
"lanzaboote",
2023-03-15 22:11:59 +05:30
"nixpkgs"
]
},
"locked": {
2023-05-18 16:28:01 +05:30
"lastModified": 1684030847,
"narHash": "sha256-z4tOxaN9Cl8C80u6wyZBpPt9A9MbL21fZ3zdB/vG+AU=",
2023-03-15 22:11:59 +05:30
"owner": "oxalica",
"repo": "rust-overlay",
2023-05-18 16:28:01 +05:30
"rev": "aa1480f16bec7dda3c62b8cdb184c7e823331ba2",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2023-04-16 11:40:59 +05:30
"systems": {
2023-03-15 22:11:59 +05:30
"locked": {
2023-04-16 11:40:59 +05:30
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
2023-04-16 11:40:59 +05:30
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2023-03-15 22:11:59 +05:30
}
},
"root": "root",
"version": 7
}