From 4b13f5e4fac63e65f11dbead61f4f381b7ec55e4 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sat, 13 Dec 2025 13:40:02 +1000 Subject: [PATCH] flakes aren't actually nix :( *fuck thunks* --- flake.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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";