fix description in the snippet for flake
This commit is contained in:
parent
6baee4b298
commit
8f4ee4b0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ snippet deps
|
||||||
|
|
||||||
snippet flake
|
snippet flake
|
||||||
{
|
{
|
||||||
description = "Flake utils $1";
|
description = "Flake for $1";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue