alright, figured out the build command I need
also removed the justfile for now, will take a look at that again in the future, less dependencies for now
This commit is contained in:
parent
0f2f2a09f0
commit
700fe012a1
5 changed files with 64 additions and 37 deletions
|
@ -20,6 +20,11 @@
|
|||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# neovim
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue