diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-09-19 14:51:50 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2023-09-19 14:51:50 +0200 |
commit | c8afa01bc25ba81883f8007ef83532ca550c731d (patch) | |
tree | 8e4d77eeaacf092373f1f705caef6f15063b9d10 /flake.nix | |
parent | c451b48993daa6dd3992805eaf6119c1ffd1d0c3 (diff) |
Try aws-sdk-cpp fix
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ { description = "The purely functional package manager"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small"; + #inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small"; + inputs.nixpkgs.url = "github:edolstra/nixpkgs/fix-aws-sdk-cpp"; inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2"; inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; }; inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; }; |