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";