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

1331 Commits

Author SHA1 Message Date
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
Chris Montgomery
6f4ecf0c39
docs: remove section on using bud for hm config switching 2022-07-09 16:36:52 -04:00
Chris Montgomery
00cbe51dd2
docs: typos/cleanup 2022-07-09 16:36:36 -04:00
Chris Montgomery
e470038a36
docs: remove inaccurate and misleading bootstrapping guides
Many many people have complained about the misleading documentation.
Rather than continuing the path of "we need to fix this", we can reduce
the harmful effects of the inaccurate docs by removing them all
together.

Since much of the confusion in the "getting started" docs came from
`bud`-specific instructions, and `bud` is being removed, removing the
inaccurate docs also seems like it can be a kick towards replacing them.

Also:

- The NixOS manual is the canonical guide to installation. We don't need
to repeat its instructions.
- The numerous references to networking configuration don't have a place
within Digga -- I'm assuming these are `bud`-specific things which are
no longer relevant with `bud` gone.
2022-07-09 16:29:32 -04:00
Chris Montgomery
65b8e6d361
docs: recommend nixos-generators for iso building 2022-07-09 16:28:59 -04:00
Chris Montgomery
14e7ace5c0
cli: remove bud
This has been planned for some time.

It seems necessary to do so now because after updating inputs to track
NixOS 22.05 channels and releases, checks fail unexpectedly, with the
traces leading back to `bud`. Disabling its modules allows checks to
run successfully.

Rather than figuring out what's going wrong with `bud`, it seems more
appropriate to remove it as planned.
2022-07-09 16:24:47 -04:00
Chris Montgomery
ea2417d68b
devos:devshell: exclude deploy-rs on darwin 2022-07-09 12:51:35 -04:00
Chris Montgomery
446538f029
chore: update inputs to track 22.05 release channels 2022-07-09 11:15:39 -04:00
sohalt
0b1c58d636 Fix starship.toml
the docker key got renamed
2022-05-16 17:57:03 +02:00
Parthiv Seetharaman
29bbac0173
Merge pull request #465 from diogox/main
Fix Darwin
2022-05-16 08:12:02 -07:00
Parthiv Seetharaman
333a9db1fe
Merge pull request #466 from bspammer/patch-1
Fix shoulders of giants link in README
2022-05-16 08:11:34 -07:00
Charlie Collard
96d7af9262
Fix shoulders of giants link in README
https://github.com/divnix/digga/pull/435 migrated the README to a new location, but didn't migrate this link.
2022-05-16 15:09:10 +01:00
Diogo Xavier
3a00aee356 Update flake-utils-plus input 2022-05-16 13:55:19 +01:00
Parthiv Seetharaman
0ffa2dff5e
Merge pull request #459 from pgarrison/main
458 Onboarding docs get you to a nix-shell
2022-04-29 01:38:25 -04:00
Chris Montgomery
6a31b63c83
Merge pull request #438 from divnix/darwin-support
Add Support for Darwin/macOS Hosts
2022-04-27 20:24:20 -04:00
Chris Montgomery
580fc57ffa
chore: restore examples digga input branch to main 2022-04-27 20:21:50 -04:00
Chris Montgomery
e6b14d39d6
devos: override nix-index pkg with latest
the version in the 21.11 channel is old and doesn't include support for
`aarch64-darwin`. this version does.
2022-04-27 19:52:39 -04:00
Chris Montgomery
64bd6388fc
darwin: standardize nix-darwin input and nixpkgs-darwin-stable usages
https://github.com/LnL7/nix-darwin/pull/429 was merged recently,
providing the top-level `lib` option
2022-04-27 19:20:09 -04:00
Chris Montgomery
dd8d0b7927
chore: update inputs 2022-04-27 19:09:44 -04:00
Chris Montgomery
139d6e673d
docs: update api references 2022-04-27 19:09:43 -04:00
pgarrison
7af9b44d8f 458 Onboarding docs get you to a nix-shell 2022-04-24 12:03:41 -07:00