add more follows

This commit is contained in:
Grigory Shipunov 2023-05-20 14:51:01 +02:00
parent 0bb22905a0
commit e9428a1d4a
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 58 additions and 124 deletions

View file

@ -13,7 +13,10 @@
microvm = {
url = "github:astro/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
fenix = {
@ -28,12 +31,18 @@
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs = {
nixpkgs.follows = "nixpkgs-unstable";
flake-utils.follows = "flake-utils";
};
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs = {
nixpkgs.follows = "nixpkgs-unstable";
flake-utils.follows = "flake-utils";
};
};
};