diff --git a/flake.lock b/flake.lock index 25a5d28..973c45e 100644 --- a/flake.lock +++ b/flake.lock @@ -438,16 +438,16 @@ }, "nixpkgs-hashicorp": { "locked": { - "lastModified": 1681635962, - "narHash": "sha256-cRoieDmJoT2O2u7TWDDGyGew+Z+bZ3n/GMHOXIpjPWM=", + "lastModified": 1687122141, + "narHash": "sha256-ppar9V4f817qpXbRqKJ00IjxIPuin3Kr1bjwA1SNpVk=", "owner": "~magic_rb", "repo": "nixpkgs", - "rev": "11c39a5eb9d943ab5557de1af08d7e7153e8e9b3", + "rev": "fcd547d4a627261e4940fadf755f8150130af579", "type": "sourcehut" }, "original": { "owner": "~magic_rb", - "ref": "nixos-unstable", + "ref": "master", "repo": "nixpkgs", "type": "sourcehut" } diff --git a/flake.nix b/flake.nix index 3742554..7044e75 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; - nixpkgs-hashicorp.url = "sourcehut:~magic_rb/nixpkgs?ref=nixos-unstable"; + nixpkgs-hashicorp.url = "sourcehut:~magic_rb/nixpkgs?ref=master"; nixinate.url = "github:MagicRB/nixinate"; home-manager.url = "github:nix-community/home-manager?ref=master"; nixng.url = "github:nix-community/NixNG"; @@ -178,6 +178,7 @@ nix flake lock --update-input secret '') nil + nomad consul vault ]; }; };