From 05477d119124721dddeb16020c9982a75df7a6ae Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 24 Aug 2024 10:42:09 -0700 Subject: [PATCH] Pin hyprland to common nixpkgs revision --- flake.lock | 38 +++++++++++--------------------------- flake.nix | 4 ++-- 2 files changed, 13 insertions(+), 29 deletions(-) diff --git a/flake.lock b/flake.lock index 72725ee..9fe6476 100644 --- a/flake.lock +++ b/flake.lock @@ -60,16 +60,15 @@ ] }, "locked": { - "lastModified": 1723267004, - "narHash": "sha256-gyhpW3Mv9RgWsB8jAMoA7yoMSb01ol0jyPFNsghaZ0w=", + "lastModified": 1724185071, + "narHash": "sha256-5ykCHWCX0P+cN2mZsJpPh1rW83tqDQ7KgeAimeh+kQo=", "owner": "outfoxxed", "repo": "hy3", - "rev": "6af5f6004180664d883bd428f1da117bb6b1b6dc", + "rev": "23682f7707e7f051618c1c35ce09708b80164c62", "type": "github" }, "original": { "owner": "outfoxxed", - "ref": "hl0.42.0", "repo": "hy3", "type": "github" } @@ -110,22 +109,23 @@ "hyprlang": "hyprlang", "hyprutils": "hyprutils", "hyprwayland-scanner": "hyprwayland-scanner", - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "nixpkgs" + ], "systems": "systems", "xdph": "xdph" }, "locked": { - "lastModified": 1723058230, - "narHash": "sha256-deu8zvgseDg2gQEnZiCda4TrbA6pleE9iItoZlsoMtE=", + "lastModified": 1724517953, + "narHash": "sha256-EjlyG4Q2cJZOJ7iuCSu/EfY1Jb5dMJOpggN9+WcLxg0=", "ref": "refs/heads/main", - "rev": "9a09eac79b85c846e3a865a9078a3f8ff65a9259", - "revCount": 5069, + "rev": "66586c38f53f16bcf762f019359a3c9042546a72", + "revCount": 5134, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" }, "original": { - "rev": "9a09eac79b85c846e3a865a9078a3f8ff65a9259", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -238,22 +238,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1722185531, - "narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1723637854, "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=", @@ -274,7 +258,7 @@ "home-manager": "home-manager", "hy3": "hy3", "hyprland": "hyprland", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs" } }, "systems": { diff --git a/flake.nix b/flake.nix index 322f14c..5fdbdf6 100644 --- a/flake.nix +++ b/flake.nix @@ -13,10 +13,10 @@ type = "git"; url = "https://github.com/hyprwm/Hyprland"; submodules = true; - rev = "9a09eac79b85c846e3a865a9078a3f8ff65a9259"; + inputs.nixpkgs.follows = "nixpkgs"; }; hy3 = { - url = "github:outfoxxed/hy3?ref=hl0.42.0"; + url = "github:outfoxxed/hy3"; inputs.hyprland.follows = "hyprland"; }; };