feat: overlays + pkgs

This commit is contained in:
Kat Inskip 2023-01-27 15:20:34 -08:00
parent bed84b16b0
commit 5da80d3c52
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
17 changed files with 210 additions and 91 deletions

48
flake.lock generated
View file

@ -59,6 +59,32 @@
"type": "github"
}
},
"deploy-rs": {
"inputs": {
"flake-compat": [
"flake-compat"
],
"nixpkgs": [
"nixpkgs"
],
"utils": [
"utils"
]
},
"locked": {
"lastModified": 1674127017,
"narHash": "sha256-QO1xF7stu5ZMDLbHN30LFolMAwY6TVlzYvQoUs1RD68=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "8c9ea9605eed20528bf60fae35a2b613b901fd77",
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
"empty": {
"locked": {
"lastModified": 1630400035,
@ -95,7 +121,9 @@
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
"utils": [
"utils"
]
},
"locked": {
"lastModified": 1674041176,
@ -219,6 +247,7 @@
"inputs": {
"arcexprs": "arcexprs",
"darwin": "darwin",
"deploy-rs": "deploy-rs",
"empty": "empty",
"flake-compat": "flake-compat",
"home-manager": "home-manager",
@ -230,7 +259,7 @@
"scalpel": "scalpel",
"std": "std",
"tree": "tree",
"utils": "utils_2"
"utils": "utils"
}
},
"rust-overlay": {
@ -333,21 +362,6 @@
"repo": "flake-utils",
"type": "github"
}
},
"utils_2": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",