system/flake.lock

203 lines
5.1 KiB
Plaintext
Raw Normal View History

2022-08-29 23:46:02 +03:00
{
"nodes": {
2022-09-01 11:17:54 +03:00
"dedsec-grub-theme": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-09-14 12:19:12 +03:00
"lastModified": 1662253348,
"narHash": "sha256-Cq/espQSpscC89oIuJGE4IP2p6zYpuzp88L6M38uayA=",
"owner": "VandalByte",
2022-09-01 11:17:54 +03:00
"repo": "dedsec-grub-theme",
2022-09-14 12:19:12 +03:00
"rev": "8ccb1beb831f459987522d58263b076827624119",
2022-09-01 11:17:54 +03:00
"type": "gitlab"
},
"original": {
2022-09-14 12:19:12 +03:00
"owner": "VandalByte",
2022-09-01 11:17:54 +03:00
"repo": "dedsec-grub-theme",
"type": "gitlab"
}
},
2022-09-17 21:55:13 +03:00
"flake-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"
}
},
2022-08-30 00:17:21 +03:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1663226109,
"narHash": "sha256-lLjR2WmNtfv/IokLIGFFy9YqAsSkRmKzGQuIwX2dxNA=",
2022-08-30 00:17:21 +03:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "ebd78308144165d65b28f80969a970b8213805b2",
2022-08-30 00:17:21 +03:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2022-09-17 21:55:13 +03:00
"myneovim": {
"inputs": {
"nil": "nil",
"nixpkgs": [
"nixpkgs"
],
"utils": "utils_2"
},
"locked": {
2022-09-18 17:05:10 +03:00
"lastModified": 1663509296,
"narHash": "sha256-ZZV+3Uuqv676YPE8opx220g7e9Mlr+7uejea8iMDh84=",
2022-09-18 14:03:41 +03:00
"ref": "refs/heads/main",
2022-09-18 17:05:10 +03:00
"rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7",
"revCount": 22,
2022-09-17 21:55:13 +03:00
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
},
"original": {
2022-09-18 17:05:10 +03:00
"rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7",
2022-09-17 21:55:13 +03:00
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
}
},
"nil": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1663265701,
"narHash": "sha256-0sZULukbNmlhkH2+dwWK83zN5gRaZCoUBlSjMENg2o8=",
"owner": "oxalica",
"repo": "nil",
"rev": "9e395607ad6dd8e771b8b0979ae738e845e7000c",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "nil",
"type": "github"
}
},
2022-08-29 23:46:02 +03:00
"nixpkgs": {
2022-09-17 21:55:13 +03:00
"locked": {
"lastModified": 1662096612,
"narHash": "sha256-R+Q8l5JuyJryRPdiIaYpO5O3A55rT+/pItBrKcy7LM4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "21de2b973f9fee595a7a1ac4693efff791245c34",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
2022-08-29 23:46:02 +03:00
"locked": {
"lastModified": 1663087123,
"narHash": "sha256-cNIRkF/J4mRxDtNYw+9/fBNq/NOA2nCuPOa3EdIyeDs=",
2022-08-29 23:46:02 +03:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9608ace7009ce5bc3aeb940095e01553e635cbc7",
2022-08-29 23:46:02 +03:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-09-01 11:17:54 +03:00
"dedsec-grub-theme": "dedsec-grub-theme",
2022-08-30 00:17:21 +03:00
"home-manager": "home-manager",
2022-09-17 21:55:13 +03:00
"myneovim": "myneovim",
"nixpkgs": "nixpkgs_2"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"myneovim",
"nil",
"flake-utils"
],
"nixpkgs": [
"myneovim",
"nil",
"nixpkgs"
]
},
"locked": {
"lastModified": 1662173844,
"narHash": "sha256-+ZgW98Y8fZkgFSylE+Mzalumw+kw3SVivZznbJqQaj8=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "8ac6d40380dc4ec86f1ff591d5c14c8ae1d77a18",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
2022-08-29 23:46:02 +03:00
}
2022-08-30 00:17:21 +03:00
},
"utils": {
"locked": {
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2022-09-17 21:55:13 +03:00
},
"utils_2": {
"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"
}
2022-08-29 23:46:02 +03:00
}
},
"root": "root",
"version": 7
}