From 5467ae123f1c6b1077fa2f85c9ecd0508c085139 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 1 Jun 2025 23:22:09 +0100 Subject: [PATCH] Refactor inputs --- flake.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 4e8f7587..ff20c01e 100644 --- a/flake.nix +++ b/flake.nix @@ -2,15 +2,11 @@ inputs = { agenix.url = "github:ryantm/agenix"; - disko = { - inputs.nixpkgs.follows = "nixpkgs"; - url = "github:nix-community/disko"; - }; + disko.inputs.nixpkgs.follows = "nixpkgs"; + disko.url = "github:nix-community/disko"; - home-manager = { - inputs.nixpkgs.follows = "nixpkgs"; - url = "github:nix-community/home-manager/master"; - }; + home-manager.inputs.nixpkgs.follows = "nixpkgs"; + home-manager.url = "github:nix-community/home-manager/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";