drop nixos-stable

This commit is contained in:
Jörg Thalheim
2024-06-11 15:03:57 +02:00
parent 4c5c33f0f4
commit f0c754a1aa
2 changed files with 3 additions and 17 deletions

View File

@@ -17,6 +17,8 @@
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
nixos-images.url = "github:nix-community/nixos-images";
nixos-images.inputs.nixos-unstable.follows = "nixpkgs";
# unused input
nixos-images.inputs.nixos-stable.follows = "";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";