From 2c324ff635ad563ca9a3253290a2a0cedf21a7be Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 26 May 2024 21:25:51 -0400 Subject: [PATCH] Switching Back To Main NixOS Repo For nixpkgs From Aux --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index fcfdd14..a0dd9e1 100644 --- a/flake.lock +++ b/flake.lock @@ -144,15 +144,15 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1715288647, - "narHash": "sha256-/vno6oUIZDSLpqS/WOqNTHwVIakrNR7R+UutJVmfohs=", - "owner": "auxolotl", + "lastModified": 1716509168, + "narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "fb0bb336c1365f5ab5250df84cb1406337f7d9d9", + "rev": "bfb7a882678e518398ce9a31a881538679f6f092", "type": "github" }, "original": { - "owner": "auxolotl", + "owner": "NixOS", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index 617982c..a569589 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Lix/Auxolotl config flake"; inputs = { - nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; lix = { url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";