From 6a3aa6b55109a6dd84bf4e3fd39c1d87e3476c16 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 19 Dec 2024 11:12:00 -0600 Subject: [PATCH] rename doom-emacs input for simplicity --- flake.lock | 92 +++++++++++++++++++++++++++--------------------------- flake.nix | 4 +-- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/flake.lock b/flake.lock index 0a41d77..54ee9c7 100644 --- a/flake.lock +++ b/flake.lock @@ -116,6 +116,27 @@ "type": "github" } }, + "doom-emacs": { + "inputs": { + "doomemacs": "doomemacs", + "emacs-overlay": "emacs-overlay", + "nixpkgs": "nixpkgs", + "systems": "systems" + }, + "locked": { + "lastModified": 1734597615, + "narHash": "sha256-pOJmuEgB9LOpU5qMvapJH1PQ1DSPLF2xwm0SeScRZdE=", + "owner": "marienz", + "repo": "nix-doom-emacs-unstraightened", + "rev": "429b86cc683ba02ec0c1168e1d40e448e0a90903", + "type": "github" + }, + "original": { + "owner": "marienz", + "repo": "nix-doom-emacs-unstraightened", + "type": "github" + } + }, "doomemacs": { "flake": false, "locked": { @@ -135,18 +156,18 @@ "emacs-overlay": { "inputs": { "nixpkgs": [ - "nix-doom-emacs-unstraightened" + "doom-emacs" ], "nixpkgs-stable": [ - "nix-doom-emacs-unstraightened" + "doom-emacs" ] }, "locked": { - "lastModified": 1734488063, - "narHash": "sha256-tyWwlPhPw5TQgU44hOflykBjzizbpDMlU0UX7Aba6mU=", + "lastModified": 1734574193, + "narHash": "sha256-V1hpYe2FDfLytVpiXht0kbtnvNigsLq7cRgEQci3C4A=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "c52319c9046fdc812035dae70ce0a238eaab71dd", + "rev": "7fe6fa395b9faa227071788bf01297a95d502fb6", "type": "github" }, "original": { @@ -415,7 +436,7 @@ "nixpkgs" ], "pre-commit-hooks": "pre-commit-hooks", - "systems": "systems", + "systems": "systems_2", "xdph": "xdph" }, "locked": { @@ -585,27 +606,6 @@ "url": "ssh://git@gitlab.com/CaptainJawZ/scripts-flake.git" } }, - "nix-doom-emacs-unstraightened": { - "inputs": { - "doomemacs": "doomemacs", - "emacs-overlay": "emacs-overlay", - "nixpkgs": "nixpkgs", - "systems": "systems_2" - }, - "locked": { - "lastModified": 1734511246, - "narHash": "sha256-c1gzpHdPMhqvgYfvLuwfXtF+7Aauk8+NFnVWoxT34xk=", - "owner": "marienz", - "repo": "nix-doom-emacs-unstraightened", - "rev": "a4dcf71d7b789b48fe282e7c4db099fc6da75d1b", - "type": "github" - }, - "original": { - "owner": "marienz", - "repo": "nix-doom-emacs-unstraightened", - "type": "github" - } - }, "nix-gaming": { "inputs": { "flake-parts": "flake-parts", @@ -630,11 +630,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1734126203, - "narHash": "sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU=", + "lastModified": 1734435836, + "narHash": "sha256-kMBQ5PRiFLagltK0sH+08aiNt3zGERC2297iB6vrvlU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "71a6392e367b08525ee710a93af2e80083b5b3e2", + "rev": "4989a246d7a390a859852baddb1013f825435cee", "type": "github" }, "original": { @@ -734,10 +734,10 @@ }, "root": { "inputs": { + "doom-emacs": "doom-emacs", "home-manager": "home-manager", "hyprland": "hyprland", "jawz-scripts": "jawz-scripts", - "nix-doom-emacs-unstraightened": "nix-doom-emacs-unstraightened", "nix-gaming": "nix-gaming", "nixpkgs": "nixpkgs_2", "nur": "nur", @@ -799,21 +799,6 @@ } }, "systems": { - "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", - "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default-linux", - "type": "github" - } - }, - "systems_2": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -828,6 +813,21 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, "systems_3": { "locked": { "lastModified": 1681028828, diff --git a/flake.nix b/flake.nix index bccaeba..b950136 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; ucodenix.url = "github:e-tho/ucodenix"; - nix-doom-emacs-unstraightened.url = "github:marienz/nix-doom-emacs-unstraightened"; + doom-emacs.url = "github:marienz/nix-doom-emacs-unstraightened"; jawz-scripts = { url = "git+ssh://git@gitlab.com/CaptainJawZ/scripts-flake.git"; inputs.nixpkgs.follows = "nixpkgs"; @@ -55,7 +55,7 @@ { nixpkgs.overlays = [ (import ./overlay.nix { inherit pkgs; }) - inputs.nix-doom-emacs-unstraightened.overlays.default + inputs.doom-emacs.overlays.default ]; } ./hosts/${name}/configuration.nix