Clean up flake.lock

This commit is contained in:
Charlotte Van Petegem 2022-06-23 11:51:51 +02:00
parent 1f1e0dbd62
commit 08db1fa28d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 16 additions and 80 deletions

View file

@ -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 = {