Skip to content

Commit

Permalink
chore: adopt local cell best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Sep 15, 2023
1 parent 587ab9f commit 4874308
Show file tree
Hide file tree
Showing 9 changed files with 293 additions and 268 deletions.
3 changes: 2 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/sh

source "$(fetchurl "https://raw.githubusercontent.com/paisano-nix/direnv/main/lib" "sha256-XKqDMz+VtF8VSJ4yOok4mO1xxXUZbD1t2yC0JmEXrCI=")"
# shellcheck disable=SC1090
. "$(fetchurl "https://raw.githubusercontent.com/paisano-nix/direnv/main/lib" "sha256-IgQhKK7UHL1AfCUntJO2KCaIDJQotRnK2qC4Daxk+wI=")"

use envreload //repo/shells/default //repo/config
57 changes: 56 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,62 @@
labels:
- color: '#000000'
description: This issue has been abdandoned
name: ':running: Status: Abdandoned'
- color: '#4CAF50'
description: This issue has been accepted
name: ':ok: Status: Accepted'
- color: '#F44336'
description: This issue is in a blocking state
name: ':x: Status: Blocked'
- color: '#A6A6A6'
description: This issue is actively being worked on
name: ':construction: Status: In Progress'
- color: '#F44336'
description: This issue is not currently being worked on
name: ':golf: Status: On Hold'
- color: '#FDD835'
description: This issue is pending a review
name: ':eyes: Status: Review Needed'
- color: '#F44336'
description: This issue targets a bug
name: ':bug: Type: Bug'
- color: '#FB8C00'
description: This issue targets general maintenance
name: ':wrench: Type: Maintenance'
- color: '#AB47BC'
description: This issue contains a question
name: ':grey_question: Type: Question'
- color: '#F44336'
description: This issue targets a security vulnerability
name: ':cop: Type: Security'
- color: '#64B5F6'
description: This issue targets a new feature through a story
name: ':scroll: Type: Story'
- color: '#F44336'
description: This issue is prioritized as critical
name: ':boom: Priority: Critical'
- color: '#FB8C00'
description: This issue is prioritized as high
name: ':fire: Priority: High'
- color: '#4CAF50'
description: This issue is prioritized as low
name: ':low_brightness: Priority: Low'
- color: '#FFEE58'
description: This issue is prioritized as medium
name: ':star2: Priority: Medium'
- color: '#4CAF50'
description: This issue is of low complexity or very well understood
name: ':muscle: Effort: 1'
- color: '#FFEE58'
description: This issue is of medium complexity or only partly well understood
name: ':muscle: Effort: 3'
- color: '#F44336'
description: This issue is of high complexity or just not yet well understood
name: ':muscle: Effort: 5'
repository:
allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: false
allow_squash_merge: true
default_branch: main
delete_branch_on_merge: true
description: Paisano's TUI/CLI companion
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
result

# nixago: ignore-linked-files
/cog.toml
/lefthook.yml
/.conform.yaml
/treefmt.toml
adrgen.config.yml
lefthook.yml
.editorconfig
.conform.yaml
treefmt.toml

# nixago-auto-created: mdbook-build-folder
docs/build
docs/build
5 changes: 2 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ src = "docs"
title = "Paisano TUI Book"

[build]
build-dir = "docs/build"
build-dir = "docs/book"

[output]
[output.html]
Expand All @@ -14,8 +14,7 @@ additional-css = ["./mdbook-paisano-preprocessor.css"]
[output.linkcheck]

[preprocessor.paisano-preprocessor]
assets_version = "0"
command = "mdbook-paisano-preprocessor"
before = ["links"]
registry = ".#__std.init"

[[preprocessor.paisano-preprocessor.multi]]
Expand Down
14 changes: 0 additions & 14 deletions cog.toml

This file was deleted.

Loading

0 comments on commit 4874308

Please sign in to comment.