templates/templates/default/flake.nix
2026-01-19 13:19:44 +01:00

14 lines
288 B
Nix

{
description = "TODO: please replace";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-25.11";
blueprint = {
url = "github:numtide/blueprint";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: inputs.blueprint { inherit inputs; };
}