fix: nrd.sh -> sukr
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
description = "nrd.sh - bespoke static site compiler";
|
description = "sukr - bespoke static site compiler";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Netlify build configuration for nrd.sh
|
# Netlify build configuration for sukr
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
command = "cargo run -- -c docs/site.toml"
|
command = "cargo run -- -c docs/site.toml"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//! Custom error types for the nrd.sh compiler.
|
//! Custom error types for the sukr compiler.
|
||||||
|
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user