diff --git a/flake.lock b/flake.lock index 711380a..87ea1c4 100644 --- a/flake.lock +++ b/flake.lock @@ -175,11 +175,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1725380904, - "narHash": "sha256-RUPYxOT8SNquLj8HA61tTdzeNI7vVO0unnTt9fYy33g=", + "lastModified": 1725422601, + "narHash": "sha256-AmrnBdmaJqBh8rV3cRM0d1kuq6cdUgVlTwGFrFmAuL0=", "owner": "rycee", "repo": "nur-expressions", - "rev": "46ad3e1484c65bd37b5e2ca2fb7d5e6bd4075d59", + "rev": "39d2a2a6da0aeb123420b662a09887b04f88769c", "type": "gitlab" }, "original": { @@ -356,11 +356,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1725367654, - "narHash": "sha256-1hiNRCEdSZLfyH2y06S+gqUbiSwbwdktStPSJuPesaM=", + "lastModified": 1725445409, + "narHash": "sha256-nz9F3o9vTS7LSEbLoa0De0Tbv0/fJjiv1qihlXnD3co=", "ref": "refs/heads/main", - "rev": "9b54342baa27d8de0460e1103ec4c3cc65592ed8", - "revCount": 5182, + "rev": "ea10592ad3c861ff2ce73ad7785bcb5a45a9e400", + "revCount": 5183, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -511,16 +511,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1725103162, - "narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", + "lastModified": 1725194671, + "narHash": "sha256-tLGCFEFTB5TaOKkpfw3iYT9dnk4awTP/q4w+ROpMfuw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", + "rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 12dbae6..b8f332d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; ags.url = "github:Aylur/ags"; stylix.url = "github:danth/stylix"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";