summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix16
1 files changed, 9 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index e9d620d..de3e620 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,11 +15,11 @@
nixvirt = {
url = "github:AshleyYakeley/NixVirt";
inputs = {
- nixpkgs.follows = "nixpkgs";
+ nixpkgs.follows = "nixpkgs";
- #FIXME: Por qué existe esto?
- nixpkgs-ovmf.follows = "nixpkgs";
- };
+ #FIXME: Por qué existe esto?
+ nixpkgs-ovmf.follows = "nixpkgs";
+ };
};
};
@@ -91,9 +91,11 @@
homeConfigurations =
let
registry = { ... }: {
- config.nix.registry = mapAttrs (_: value: {
- flake = value;
- }) flakes;
+ config.nix.registry = mapAttrs
+ (_: value: {
+ flake = value;
+ })
+ flakes;
};
home = platform: home-manager.lib.homeManagerConfiguration {