feat: add nix flake
This commit is contained in:
parent
e56caff408
commit
2d11922807
5 changed files with 94 additions and 0 deletions
14
flake.nix
Normal file
14
flake.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
description = "My common project templates";
|
||||
|
||||
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; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue