Clean up flake.lock
This commit is contained in:
parent
1f1e0dbd62
commit
08db1fa28d
2 changed files with 16 additions and 80 deletions
|
@ -5,9 +5,11 @@
|
|||
accentor = {
|
||||
url = "github:accentor/flake";
|
||||
inputs = {
|
||||
api.follows = "accentor-api";
|
||||
devshell.follows = "devshell";
|
||||
flake-utils.follows = "flake-utils";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
web.follows = "accentor-web";
|
||||
};
|
||||
};
|
||||
accentor-api = {
|
||||
|
@ -39,7 +41,10 @@
|
|||
};
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue