Skip to content

Commit

Permalink
[Chore] Bump xray
Browse files Browse the repository at this point in the history
Problem: Currently used xray version from our nixpkgs fork
is somewhat old.

Solution: Bump it.
  • Loading branch information
rvem committed Sep 16, 2024
1 parent eb655e8 commit 076c6b4
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 076c6b4

Please sign in to comment.