Update Hashicorp things

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-18 23:17:12 +02:00
parent ae5615f659
commit 8a43af9076
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 6 additions and 5 deletions

View file

@ -438,16 +438,16 @@
}, },
"nixpkgs-hashicorp": { "nixpkgs-hashicorp": {
"locked": { "locked": {
"lastModified": 1681635962, "lastModified": 1687122141,
"narHash": "sha256-cRoieDmJoT2O2u7TWDDGyGew+Z+bZ3n/GMHOXIpjPWM=", "narHash": "sha256-ppar9V4f817qpXbRqKJ00IjxIPuin3Kr1bjwA1SNpVk=",
"owner": "~magic_rb", "owner": "~magic_rb",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "11c39a5eb9d943ab5557de1af08d7e7153e8e9b3", "rev": "fcd547d4a627261e4940fadf755f8150130af579",
"type": "sourcehut" "type": "sourcehut"
}, },
"original": { "original": {
"owner": "~magic_rb", "owner": "~magic_rb",
"ref": "nixos-unstable", "ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "sourcehut" "type": "sourcehut"
} }

View file

@ -4,7 +4,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; 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"; nixinate.url = "github:MagicRB/nixinate";
home-manager.url = "github:nix-community/home-manager?ref=master"; home-manager.url = "github:nix-community/home-manager?ref=master";
nixng.url = "github:nix-community/NixNG"; nixng.url = "github:nix-community/NixNG";
@ -178,6 +178,7 @@
nix flake lock --update-input secret nix flake lock --update-input secret
'') '')
nil nil
nomad consul vault
]; ];
}; };
}; };