From a0511659a4aff99d8c2263003fe3939a309cccaf Mon Sep 17 00:00:00 2001 From: joygnu Date: Tue, 3 Sep 2024 19:09:30 +0200 Subject: [PATCH] nixos-unstable-small for hyprpaper fix --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 6c67fda..711380a 100644 --- a/flake.lock +++ b/flake.lock @@ -175,11 +175,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1725336225, - "narHash": "sha256-Vw+4VLgK1H2eQv28bydo+avEq+tUhz9wqSGL/DHFeMA=", + "lastModified": 1725380904, + "narHash": "sha256-RUPYxOT8SNquLj8HA61tTdzeNI7vVO0unnTt9fYy33g=", "owner": "rycee", "repo": "nur-expressions", - "rev": "8802fff4e3048868a0ac140b6cb0d8dccb6c968c", + "rev": "46ad3e1484c65bd37b5e2ca2fb7d5e6bd4075d59", "type": "gitlab" }, "original": { diff --git a/flake.nix b/flake.nix index 763544f..79a05f0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; ags.url = "github:Aylur/ags"; stylix.url = "github:danth/stylix"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";