From 3cde9a2bf052271551db779bdf573131260677bc Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Wed, 18 Jan 2023 01:42:27 -0800 Subject: [PATCH] update flake lock --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 3171b20..1926a08 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,15 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1673525234, - "narHash": "sha256-fMP37VTeqSzC8JYoQJinLOnHfjriE5uKInLWJRz5K3E=", + "lastModified": 1674030803, + "narHash": "sha256-ZHMsgrsqOeURn1+WO4hPA22C3oH3x0zp8xqU5temz+U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "92f9580a4c369b4b51a7b6a5e77da43720134c9f", + "rev": "84341d7769f6a3b6b43051774c0c6df4f5df6d15", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8247812..1c5c861 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Linux Package Manager"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs"; }; outputs = {