From be916c86745d2b828ec3b3dc973ae336926cd003 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Mon, 9 Feb 2026 09:40:52 +1000 Subject: [PATCH] nt never uses flake inputs in this context --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index e05292c..99d7f68 100644 --- a/flake.nix +++ b/flake.nix @@ -20,13 +20,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; - nt = { - url = "github:emilelcb/nt"; - inputs = { - systems.follows = "systems"; - nixpkgs.follows = "nixpkgs"; - }; - }; + nt.url = "github:emilelcb/nt"; deploy-rs.url = "github:serokell/deploy-rs"; };