From 26b92b38cb8a70d6b5b652ff91fa472bc86d3544 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 8 Dec 2024 23:01:30 +0100 Subject: [PATCH] change flake input format --- flake.lock | 20 +++++++++----------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index a363cc5..44b71de 100644 --- a/flake.lock +++ b/flake.lock @@ -587,19 +587,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1733601692, - "narHash": "sha256-NclQtpS5Ri7eMuWjI0ZFs7WrVWANSEwICPjhOY191O4=", - "ref": "refs/heads/main", - "rev": "c106f454c136ecca47f84c659c58e19670050412", - "revCount": 5524, - "submodules": true, - "type": "git", - "url": "https://github.com/hyprwm/Hyprland" + "lastModified": 1733683959, + "narHash": "sha256-+tHGw4fimhZ9LtGUTpXV8V1EH5AWY6FC/3u5OmZ4I5A=", + "owner": "hyprwm", + "repo": "Hyprland", + "rev": "0a27af8cd190315c1f13363ebd11e83d30455d48", + "type": "github" }, "original": { - "submodules": true, - "type": "git", - "url": "https://github.com/hyprwm/Hyprland" + "owner": "hyprwm", + "repo": "Hyprland", + "type": "github" } }, "hyprland-plugins": { diff --git a/flake.nix b/flake.nix index c32b30e..1692718 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + hyprland.url = "github:hyprwm/Hyprland?submodules=1"; # hyprland.inputs.nixpkgs.follows = "nixpkgs"; hyprland-plugins = {