Compare commits

..

2 Commits

Author SHA1 Message Date
Dave Gallant
5ba13a5288 nix flake update: 2024-07-18 12:59:18 UTC
• Updated input 'darwin':
    'github:lnl7/nix-darwin/7522a30d328f885d20c2815bd05eb711bc69644c' (2024-07-15)
  → 'github:lnl7/nix-darwin/a3e4a7b8ffc08c7dc1973822a77ad432e1ec3dec' (2024-07-18)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/53e81e790209e41f0c1efa9ff26ff2fd7ab35e27' (2024-07-14)
  → 'github:NixOS/nixpkgs/c716603a63aca44f39bef1986c13402167450e0a' (2024-07-17)
2024-07-18 08:59:18 -04:00
Dave Gallant
2a149e7059 Move azure-cli lifecycle to brew 2024-07-18 08:55:54 -04:00
3 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -121,11 +121,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1721086468, "lastModified": 1721270582,
"narHash": "sha256-OF642LVDj5Icr0tXlY9P54vna4OP10IMhIhhiKwIRpw=", "narHash": "sha256-MdZmYPPExntE5rJu88IhJSy8Um4UyZCTXhOwvzbjDVI=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "7522a30d328f885d20c2815bd05eb711bc69644c", "rev": "a3e4a7b8ffc08c7dc1973822a77ad432e1ec3dec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -425,11 +425,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720954236, "lastModified": 1721226092,
"narHash": "sha256-1mEKHp4m9brvfQ0rjCca8P1WHpymK3TOr3v34ydv9bs=", "narHash": "sha256-UBvzVpo5sXSi2S/Av+t+Q+C2mhMIw/LBEZR+d6NMjws=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "53e81e790209e41f0c1efa9ff26ff2fd7ab35e27", "rev": "c716603a63aca44f39bef1986c13402167450e0a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -76,6 +76,7 @@ in
}; };
brews = [ brews = [
"azure-cli"
"coreutils" "coreutils"
"gnu-sed" "gnu-sed"
"gnu-tar" "gnu-tar"

View File

@@ -53,7 +53,6 @@ in
# cloud # cloud
unstable.aws-vault unstable.aws-vault
unstable.awscli2 unstable.awscli2
unstable.azure-cli
unstable.google-cloud-sdk unstable.google-cloud-sdk
unstable.terraform unstable.terraform