mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Add bicep to brew
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@@ -28,11 +28,11 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677437727,
|
"lastModified": 1677533532,
|
||||||
"narHash": "sha256-1BoofKqPT08sLCtm2hzABocYrSwkc8GtmeDuvrIXdjc=",
|
"narHash": "sha256-2Ie47MONhIFOxvbLmwhmCCe/IoVDVd7YnoK61vu5Xy8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "bf76afbb06b77237507b5279d0d555e05b5cc7f7",
|
"rev": "305daba44a9df57738cffc67c08129005a25579a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -62,11 +62,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677440795,
|
"lastModified": 1677574432,
|
||||||
"narHash": "sha256-Kmjr95L42iioTItuA6nKCaObAXQvgRTPmj+62dx5OZg=",
|
"narHash": "sha256-1Aun3MQ5T/HCw1ClzAiY+6boLQNY8Cg6jTOILrLkaJs=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "2a483ad9cd2d931ab52cd5f897c447beb8328bed",
|
"rev": "dcbf93d500c54cfee7a7c854c4669d404236a821",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -93,11 +93,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677342105,
|
"lastModified": 1677407201,
|
||||||
"narHash": "sha256-kv1fpkfCJGb0M+LZaCHFUuIS9kRIwyVgupHu86Y28nc=",
|
"narHash": "sha256-3blwdI9o1BAprkvlByHvtEm5HAIRn/XPjtcfiunpY7s=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b1f87ca164a9684404c8829b851c3586c4d9f089",
|
"rev": "7f5639fa3b68054ca0b062866dc62b22c3f11505",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -22,6 +22,7 @@ in {
|
|||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"bensadeh/circumflex/circumflex"
|
"bensadeh/circumflex/circumflex"
|
||||||
|
"bicep"
|
||||||
"coreutils"
|
"coreutils"
|
||||||
"gnu-sed"
|
"gnu-sed"
|
||||||
"gnu-tar"
|
"gnu-tar"
|
||||||
@@ -48,6 +49,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
taps = [
|
taps = [
|
||||||
|
"azure/bicep"
|
||||||
"homebrew/bundle"
|
"homebrew/bundle"
|
||||||
"homebrew/cask"
|
"homebrew/cask"
|
||||||
"homebrew/cask-fonts"
|
"homebrew/cask-fonts"
|
||||||
|
@@ -123,7 +123,7 @@ in {
|
|||||||
rnix-lsp
|
rnix-lsp
|
||||||
|
|
||||||
# cloud
|
# cloud
|
||||||
awscli2
|
# awscli2 # broken
|
||||||
azure-cli
|
azure-cli
|
||||||
cloud-sql-proxy
|
cloud-sql-proxy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user