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:
parent
395e92054e
commit
c8cc72b1ac
4 changed files with 25 additions and 6 deletions
|
@ -8,6 +8,11 @@
|
|||
opdavies-nvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
opdavies-nvim.url = "github:opdavies/opdavies.nvim";
|
||||
# opdavies-nvim.url = "path:/home/opdavies/Code/personal/opdavies.nvim";
|
||||
|
||||
build-configs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
build-configs.url = "path:/home/opdavies/Code/personal/build-configs";
|
||||
# TODO: how to do this with a private GitHub repository?
|
||||
# build-configs.url = "github:OliverDaviesLtd/build-configs";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, self, ... }@inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue