From 439b8153c2ad3cd7c0013e5037298df7ba3694eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20BARNOUIN?= Date: Mon, 9 Sep 2024 14:30:03 +0200 Subject: [PATCH] Add self to outputs' inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6541d3b..03785a8 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ microvm.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = inputs@{ nixpkgs, home-manager, microvm, ... }: + outputs = inputs@{ self, nixpkgs, home-manager, microvm, ... }: let system = "x86_64-linux"; username = "tbarnouin";