Fix macOS and Bump flake.lock

This commit is contained in:
Dave Gallant
2023-02-21 17:26:35 -05:00
parent 77982c4748
commit ffac3aa613
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View File

@@ -28,11 +28,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1676892629, "lastModified": 1677013990,
"narHash": "sha256-rlvsqoSBO5dCwfnn7xvImYREidIPJaiFS3b54TZF4pU=", "narHash": "sha256-HwAnE5MHsyLiRJp50KfDFPiiOZXI0Ts8hXpIh6yBilE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "72ce74d3eae78a6b31538ea7ebe0c1fcf4a10f7a", "rev": "564b82b3542026e7fb5d0da16c56ae3e40e5c9dd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -62,11 +62,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1676908974, "lastModified": 1676924492,
"narHash": "sha256-o7sJTBeumorVIM/b1b/Q4q+WJn8Rou5kx8DEBbKOZJI=", "narHash": "sha256-78278eyP55JRFe7UCpmFwdkrTY6H2arzTpVeteWo8kM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "157e1e4b127b5cb37822be247e8ec37a7f475270", "rev": "d24ea777c57b69c6b143cf11d83184ef71b0dbbf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -93,11 +93,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1676721149, "lastModified": 1676973346,
"narHash": "sha256-mN2EpTGxxVNnFZLoLWRwh6f7UWhXy4qE+wO2CZyrXps=", "narHash": "sha256-rft8oGMocTAhUVqG3LW6I8K/Fo9ICGmNjRqaWTJwav0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5f4e07deb7c44f27d498f8df9c5f34750acf52d2", "rev": "d0d55259081f0b97c828f38559cad899d351cad1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -429,11 +429,11 @@ in {
hashicorp.terraform hashicorp.terraform
ms-dotnettools.csharp ms-dotnettools.csharp
ms-kubernetes-tools.vscode-kubernetes-tools ms-kubernetes-tools.vscode-kubernetes-tools
ms-python.python
redhat.vscode-yaml redhat.vscode-yaml
] ]
++ lib.optionals stdenv.isLinux [ ++ lib.optionals stdenv.isLinux [
ms-vsliveshare.vsliveshare ms-vsliveshare.vsliveshare
ms-python.python
]; ];
}; };
}; };