From 9d1aaae0f4ce4f0eca30d1210583009b570b2a1e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 May 2022 12:11:50 -0700 Subject: [PATCH] lock to a release branch of nixpkgs --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 7df15ee7b..7f9d97268 100644 --- a/flake.lock +++ b/flake.lock @@ -48,16 +48,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1648219316, - "narHash": "sha256-Ctij+dOi0ZZIfX5eMhgwugfvB+WZSrvVNAyAuANOsnQ=", + "lastModified": 1652796900, + "narHash": "sha256-ExYzOM/ZqkgDj/LtZOeBo+9E2zQpgiLDJNkaAUNDIL0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "30d3d79b7d3607d56546dd2a6b49e156ba0ec634", + "rev": "254ee2b340f4aee6160429b235e9229c996a2992", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixpkgs-unstable", + "ref": "release-21.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f93a852d7..2fe36efef 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "ghostty"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/release-21.11"; flake-utils.url = "github:numtide/flake-utils"; zig.url = "github:roarkanize/zig-overlay";