1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-22 23:51:39 +03:00
Commit Graph

1351 Commits

Author SHA1 Message Date
Lord-Valen
96140dfd06 ♻️ env Add flake update commands 2023-01-06 08:41:20 -05:00
Lord-Valen
62a2cd177d 🐛 fix Use correct options 2023-01-05 22:29:35 -05:00
Lord-Valen
1587f5850c 🧠 redesign Update devos to nixpkgs 22.11 2023-01-05 22:29:35 -05:00
Lord-Valen
482d571313 🧠 redesign Use newer flake-utils 2023-01-05 22:29:35 -05:00
Lord-Valen
7646c7dac4 🧠 redesign Rm unnecessary input 2023-01-05 22:29:35 -05:00
Lord-Valen
703e030dd2 ⚙️ value Update groupByConfig to nixos-22.11
CI fails as poetry is currently unstable in 22.11. This should be fixed
when https://github.com/NixOS/nixpkgs/pull/206127 is merged.
2023-01-05 22:29:35 -05:00
Lord-Valen
12ec81f9c3 ⚙️ value Update hmOnly to nixos-22.11 2023-01-05 22:29:35 -05:00
Lord-Valen
07cba07ea2 💡 refactor Rework devos devshell 2023-01-05 22:29:35 -05:00
Lord-Valen
5fefcb1c28 ♻️ env Add rm-locks to pre-commit 2023-01-05 22:29:35 -05:00
Lord-Valen
440bd820c6 🐛 fix Fix compat 2023-01-05 22:29:35 -05:00
Lord-Valen
54ede8e591 🐛 fix Fix devos treefmt.toml 2022-11-12 06:02:28 -05:00
Lord-Valen
402ab8e508 ♻️ env Rm devos lock file 2022-11-12 06:02:28 -05:00
Lord-Valen
ae42683ca1 ♻️ env Add pre-commit hook 2022-11-12 06:02:28 -05:00
Lord-Valen
6fc11c3e33 ♻️ env Readd nix-index override 2022-11-12 06:02:28 -05:00
Lord-Valen
f1b2115e10 ♻️ env Ignore format commit 2022-11-12 06:02:28 -05:00
Lord-Valen
5d159417c6 💎 style Format files 2022-11-12 06:02:28 -05:00
Lord-Valen
57c2796774 🧠 redesign Rm tempfix 2022-11-12 06:02:28 -05:00
Lord-Valen
4b897e0639 ♻️ env Add other formatters 2022-11-12 06:02:28 -05:00
Lord-Valen
68dd6bd83b 🧠 redesign Use treefmt 2022-11-12 06:02:28 -05:00
Lord-Valen
6c72c7ac8b ⬆️ misc Rm unused input 2022-11-12 06:02:28 -05:00
Parthiv Seetharaman
c187286ddc Switch to alejandra for formatting 2022-11-12 06:02:28 -05:00
Parthiv Seetharaman
a1c669b431
Merge pull request #490 from Lord-Valen/devos-refactor
Devos Refactor
2022-11-06 08:33:50 -08:00
Lord-Valen
226942bb79
🧠 redesign Rm tempfix 2022-11-04 15:15:04 -04:00
Lord-Valen
aa7dc0e6c3
💡 refactor Check exit code directly
Eliminated the redundant check for the exit code of
`editorconfig-checker`. This way is more explicit and idiomatic.

https://github.com/koalaman/shellcheck/wiki/SC2181
2022-11-04 15:02:10 -04:00
Lord-Valen
f8ec6efba4
💡 refactor Improved flake-compat
Get the rev from the flake.lock file. Shouldn't be an issue for
first time users as the guide instructs users to generate a lock
file. `builtins.file` was used in accordance with nix.dev
reccommendations.

https://nix.dev/anti-patterns/language#reproducibility-referencing-top-level-directory-with
2022-11-04 14:55:48 -04:00
Lord-Valen
5ec5d1a6fc
♻️ env Ignore example lock files 2022-11-04 14:55:02 -04:00
Parthiv Seetharaman
1f97cb28f1
Merge pull request #487 from sweenu/patch-1
Add another example repo to README
2022-10-15 08:40:56 -07:00
Bruno Inec
29fa2e2883
Add another example repo to README 2022-10-15 11:35:18 +02:00
Chris Montgomery
d1193743a5
devshell: add .envrc for digga development 2022-08-04 10:11:46 -04:00
chris montgomery
cce4548801
Merge pull request #483 from GTrunSec/realChannel 2022-08-04 09:53:03 -04:00
GTrunSec
01924327b0
get channel from channels 2022-08-03 15:29:31 -07:00
GTrunSec
24cb8eb86d
add flake-utils-plus patch 2022-08-03 14:28:41 -07:00
Chris Montgomery
c55f079dfa
darwin: add the darwin-only mas package to an example config 2022-08-03 12:34:03 -04:00
GTrunSec
41f5b9f9c8
use realChannel instead 2022-08-02 22:37:51 -07:00
chris montgomery
c8eb0a6388
Merge pull request #480 from amarshall/fix-git-hook
devos: Fix editorconfig Git hook when no files are changed
2022-07-31 11:19:46 -04:00
chris montgomery
07fd3947f7
Merge pull request #478 from luxus/patch-1
Update issue template: adding `nix-info -m`
2022-07-31 10:54:08 -04:00
Chris Montgomery
698c297ef9
meta: rework/cleanup/clarify bug issue template 2022-07-31 10:52:21 -04:00
Chris Montgomery
0cd5e72a1c
meta: update bug report template environment instructions
instructions are out of date, referencing `flk update`
2022-07-31 10:10:55 -04:00
Andrew Marshall
dd51f64bc5 devos: Fix editorconfig Git hook when no files are changed
It is possible to make a commit with no files, e.g. with `--allow-empty`
or `--only` flags to `git-commit`. Previously, this hook would hang
indefinitely in those cases as `editorconfig-checker` with no file
arguments will read from stdin.
2022-07-21 09:12:06 -04:00
Andrew Marshall
34cb98601d devos: Check array length, rather than contents 2022-07-21 09:11:32 -04:00
Kai
00909c8ccf
Update issue template: adding nix-info -m 2022-07-14 01:06:09 +02:00
chris montgomery
587013b250
Merge pull request #471 from Sohalt/tests
Use nodes.machine instead of deprecated machine in allProfilesTest
2022-07-10 19:07:47 -04:00
chris montgomery
0bda6e3471
Merge pull request #467 from Sohalt/fix-starship-toml
Fix starship.toml
2022-07-10 18:45:56 -04:00
sohalt
28f0f44ee6 Use nodes.machine instead of deprecated machine in allProfilesTest 2022-07-10 18:45:19 -04:00
chris montgomery
da7def324d
Merge pull request #454 from divnix/simplify-checks
devShell: use --override-input to set digga url
2022-07-10 18:44:25 -04:00
chris montgomery
c134e7cd2c
Merge branch 'main' into fix-starship-toml 2022-07-10 18:26:35 -04:00
Parthiv Seetharaman
39ef17d1aa
devShell: use --override-input to set digga url 2022-07-10 18:24:12 -04:00
chris montgomery
2248d3c96f
Merge pull request #476 from divnix/update-inputs-22.05
support nixos 22.05 + remove bud and misleading onboarding docs (via #477)
2022-07-10 18:23:17 -04:00
chris montgomery
8d50be0910
Merge pull request #477 from divnix/remove-bud
remove bud and misleading onboarding docs
2022-07-10 18:09:37 -04:00
chris montgomery
aa1435dc3b
Merge branch 'main' into fix-starship-toml 2022-07-09 17:34:39 -04:00