summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-20 14:51:01 +0200
committerGrigory Shipunov2023-05-20 14:51:01 +0200
commite9428a1d4a2fb2b8056c221db451b52b77fd8f39 (patch)
treefee9df2a1a9bd80faf72bf73909deb24c6c703f6 /flake.nix
parent0bb22905a010abfbff6db16eff0d51e118060ca6 (diff)
add more follows
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 12 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index c539d76..63c865b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
+ };
};
};