Skip to content

Commit

Permalink
update nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Nov 24, 2024
1 parent d6b3d77 commit d0d55a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

13 changes: 1 addition & 12 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,10 @@
{
inherit (goCachePkgs) buildGoCache get-external-imports;
inherit (selfPkgs) scripts util;
inherit (preRust180Pkgs) bws attic;
# inherit (preRust180Pkgs) bws attic;
# unstable did not support darwin as of 11/10/24
inherit (pkgs2405) wrangler;
# vault-bin = (import inputs.nixpkgs-master { system = prev.system; config.allowUnfree = true; }).vault-bin;
nomad_1_9 = prev.nomad_1_9.overrideAttrs
(oldAttrs: rec {
version = "1.9.3";
vendorHash = "sha256-paUI5mYa9AvMsI0f/VeVdnZzwKS9gsBIb6T4KmugPKQ=";
src = prev.fetchFromGitHub {
owner = "hashicorp";
repo = "nomad";
rev = "v${version}";
hash = "sha256-KjVr9NIL9Qw10EoP/C+2rjtqU2qBSF6SKpIvQWQJWuo=";
};
});
};
in
(utils.lib.eachDefaultSystem (system:
Expand Down

0 comments on commit d0d55a3

Please sign in to comment.