aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGerg-L <GregLeyda@proton.me>2023-09-21 21:00:35 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-09-25 08:43:54 +0000
commit277ba907794e166195250f83e0dae6131bc58f52 (patch)
tree542fae39e108331fd0a9932263a78c8e0ba5cd2e /flake.nix
parenta4445859abca0de3d8927c0719cbefc31d1dadbf (diff)
flake: complete update to 23.05
(cherry picked from commit f264d9ff0862277523a207c7afaed4894a40dc11)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 81e072dad..1d629bb6a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,8 +1,7 @@
{
description = "The purely functional package manager";
- #inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
- inputs.nixpkgs.url = "github:edolstra/nixpkgs/fix-aws-sdk-cpp";
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
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; };