init
This commit is contained in:
13
flake.nix
Normal file
13
flake.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
description = "Simple flake with a devshell";
|
||||
|
||||
# Add all your dependencies here
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
blueprint.url = "github:numtide/blueprint";
|
||||
blueprint.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Load the blueprint
|
||||
outputs = inputs: inputs.blueprint { inherit inputs; };
|
||||
}
|
||||
Reference in New Issue
Block a user