From 49bc64399e45727128985def81c209c1545e016f Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Sat, 7 Dec 2024 14:44:05 +0100 Subject: [PATCH] update flake --- flake.lock | 42 +++++++++++++++++++++++++++++++++++------- flake.nix | 4 ++-- 2 files changed, 37 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 4f5182a..613a1dd 100644 --- a/flake.lock +++ b/flake.lock @@ -69,12 +69,8 @@ }, "ghostty": { "inputs": { - "nixpkgs-stable": [ - "nixpkgs" - ], - "nixpkgs-unstable": [ - "nixpkgs" - ], + "nixpkgs-stable": "nixpkgs-stable", + "nixpkgs-unstable": "nixpkgs-unstable", "zig": "zig" }, "locked": { @@ -546,6 +542,22 @@ } }, "nixpkgs-stable": { + "locked": { + "lastModified": 1733423277, + "narHash": "sha256-TxabjxEgkNbCGFRHgM/b9yZWlBj60gUOUnRT/wbVQR8=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "e36963a147267afc055f7cf65225958633e536bf", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "release-24.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable_2": { "locked": { "lastModified": 1730741070, "narHash": "sha256-edm8WG19kWozJ/GqyYx2VjW99EdhjKwbY3ZwdlPAAlo=", @@ -561,6 +573,22 @@ "type": "github" } }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1733229606, + "narHash": "sha256-FLYY5M0rpa5C2QAE3CKLYAM6TwbKicdRK6qNrSHlNrE=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "566e53c2ad750c84f6d31f9ccb9d00f823165550", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_2": { "locked": { "lastModified": 1733392399, @@ -585,7 +613,7 @@ "hyprland", "nixpkgs" ], - "nixpkgs-stable": "nixpkgs-stable" + "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { "lastModified": 1733318908, diff --git a/flake.nix b/flake.nix index 632676c..3e37b52 100644 --- a/flake.nix +++ b/flake.nix @@ -23,8 +23,8 @@ }; ghostty = { inputs = { - nixpkgs-stable.follows = "nixpkgs"; - nixpkgs-unstable.follows = "nixpkgs"; + # nixpkgs-stable.follows = "nixpkgs"; + # nixpkgs-unstable.follows = "nixpkgs"; }; url = "git+ssh://git@github.com/ghostty-org/ghostty"; };