nt never uses flake inputs in this context

This commit is contained in:
Emile Clark-Boman 2026-02-09 09:40:52 +10:00
parent 8e49c266f9
commit 4c83ab50d5

View file

@ -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";
};