diff --git a/flake.nix b/flake.nix index 25d7357..0814581 100644 --- a/flake.nix +++ b/flake.nix @@ -1,23 +1,15 @@ { description = "Your Nix Cloud Simplified"; - inputs = let - follows = following: { - inputs = builtins.listToAttrs (builtins.map (x: { - name = x; - value = {follows = x;}; - }) - following); - }; - in { + inputs = { systems.url = "github:nix-systems/default"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nib = { - url = "github:emileclarkb/nib"; - inputs = follows ["systems"]; + url = "github:emilelcb/nib"; + inputs.systems.follows = "systems"; }; deploy-rs.url = "github:serokell/deploy-rs";