From 0f7f82eaa09cf458c8379a1c7d23018924b267ba Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Wed, 21 Sep 2022 18:10:03 -0300 Subject: [PATCH] flake: switch website to github, use hyprland pinned version --- flake.lock | 15 ++++++++------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 52485f9f..491cf3b0 100644 --- a/flake.lock +++ b/flake.lock @@ -161,15 +161,16 @@ "wlroots": "wlroots" }, "locked": { - "lastModified": 1662325684, - "narHash": "sha256-T4W5fnN8E7kbCu/jshwCxiIoEioZRApkX+mshsieSoo=", + "lastModified": 1662670949, + "narHash": "sha256-VB/34YMiW9mL6sdEAnYOqi1sjOiJcu8ZmQx3R8PI2iI=", "owner": "hyprwm", "repo": "hyprland", - "rev": "3dd514a4529c3c22d227235af55c4d4d771dcfe0", + "rev": "928158bbfb906bd871738d60610d85634d1f8c7e", "type": "github" }, "original": { "owner": "hyprwm", + "ref": "v0.13.1beta", "repo": "hyprland", "type": "github" } @@ -531,15 +532,15 @@ "locked": { "lastModified": 1662771253, "narHash": "sha256-InITgIdKUyC/11Bi0wWaKGiGe/ve4pUGQYkp2mUbYic=", - "owner": "~misterio", + "owner": "misterio77", "repo": "website", "rev": "83536545ead8ddf893d593204c0cf4b4f38c58b8", - "type": "sourcehut" + "type": "github" }, "original": { - "owner": "~misterio", + "owner": "misterio77", "repo": "website", - "type": "sourcehut" + "type": "github" } }, "wlroots": { diff --git a/flake.nix b/flake.nix index 774c9a66..017ff212 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ # Nixified software I use hyprland = { - url = "github:hyprwm/hyprland"; + url = "github:hyprwm/hyprland/v0.13.1beta"; inputs.nixpkgs.follows = "nixpkgs"; }; hyprwm-contrib = { @@ -42,7 +42,7 @@ # Personal projects I deploy on my machines using nix website = { - url = "sourcehut:~misterio/website"; + url = "github:misterio77/website"; inputs.nixpkgs.follows = "nixpkgs"; }; paste-misterio-me = {