Skip to content

Commit

Permalink
build(flake.lock): let all flake inputs use the same inputs to save s…
Browse files Browse the repository at this point in the history
…pace and have things updated. also ships Garuda website changes
  • Loading branch information
dr460nf1r3 committed Sep 9, 2023
1 parent 55a63ff commit 05d50f4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 65 deletions.
91 changes: 26 additions & 65 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
inputs = {
# Devshell to set up a development environment
devshell.url = "github:numtide/devshell";
devshell.inputs.nixpkgs.follows = "nixpkgs";

# Used by multiple flakes, have them use the same version
flake-compat.url = "github:edolstra/flake-compat";
flake-compat.flake = false;

# Flake parts for easy flake management
flake-parts.url = "github:hercules-ci/flake-parts";
Expand All @@ -21,6 +26,7 @@

# Our mailserver
nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
nixos-mailserver.inputs.flake-compat.follows = "flake-compat";
nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";

# Meshagent agents for remote management
Expand All @@ -31,6 +37,8 @@

# Pre-commit hooks via nix-shell or nix develop
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks.inputs.flake-compat.follows = "flake-compat";
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";

# SSH keys of maintainers
keys_nico.url = "https://github.com/dr460nf1r3.keys";
Expand Down

0 comments on commit 05d50f4

Please sign in to comment.