mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Update Hashicorp things
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ae5615f659
commit
8a43af9076
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue