Add build-configs from its derivation

It currently uses a local version of `build-configs`. I need to look
into how to get it to with Nix and a private GitHub repository.
This commit is contained in:
Oliver Davies 2024-05-22 09:00:00 +01:00
parent 395e92054e
commit c8cc72b1ac
4 changed files with 25 additions and 6 deletions

18
flake.lock generated
View file

@ -1,5 +1,22 @@
{
"nodes": {
"build-configs": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1716365597,
"narHash": "sha256-hVI9QY4tLbXmci1MERp8CEduJ3xfeTT3ZxKnuMCJP3E=",
"path": "/home/opdavies/Code/personal/build-configs",
"type": "path"
},
"original": {
"path": "/home/opdavies/Code/personal/build-configs",
"type": "path"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -75,6 +92,7 @@
},
"root": {
"inputs": {
"build-configs": "build-configs",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"opdavies-nvim": "opdavies-nvim"