Skip to content

Commit

Permalink
Merge pull request #102 from serokell/rvem/bump-xray
Browse files Browse the repository at this point in the history
[Chore] Bump xray
  • Loading branch information
rvem authored Sep 18, 2024
2 parents eb655e8 + 076c6b4 commit d4e3d4b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 19 additions & 3 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
url = "github:StevenBlack/hosts/3.7.1";
flake = false;
};
nixpkgs-unstable.url = "github:nixos/nixpkgs";
composition-c4.url = "github:fossar/composition-c4";
subspace = {
url = "github:serokell/subspace";
Expand Down Expand Up @@ -48,6 +49,9 @@
vault-secrets.overlays.default
composition-c4.overlays.default
terranix-simple.overlay
(self: prev: {
xray = inputs.nixpkgs-unstable.legacyPackages.${self.system}.xray;
})
];

servers = mapAttrs (path: _: import (./servers + "/${path}"))
Expand Down

0 comments on commit d4e3d4b

Please sign in to comment.