From 37746eafe935909f2ad10d9c577a32b72bd0ce31 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 20 Jun 2023 22:32:28 -0500 Subject: [PATCH] I think it's nicer to have inputs block on bottom --- flake.nix | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/flake.nix b/flake.nix index 1cf3459..8854428 100644 --- a/flake.nix +++ b/flake.nix @@ -1,31 +1,6 @@ { description = "Flake of LibrePhoenix"; - inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; - home-manager.url = "github:nix-community/home-manager/master"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; - nix-doom-emacs.url = "github:nix-community/nix-doom-emacs"; - stylix.url = "github:danth/stylix"; - rust-overlay.url = "github:oxalica/rust-overlay"; - eaf = { - url = "github:emacs-eaf/emacs-application-framework"; - flake = false; - }; - eaf-browser = { - url = "github:emacs-eaf/eaf-browser"; - flake = false; - }; - org-nursery = { - url = "github:chrisbarrett/nursery"; - flake = false; - }; - blocklist-hosts = { - url = "github:StevenBlack/hosts"; - flake = false; - }; - }; - outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, blocklist-hosts, rust-overlay, ... }@inputs: let # --- SYSTEM SETTINGS --- # @@ -105,4 +80,29 @@ }; }; }; + + inputs = { + nixpkgs.url = "nixpkgs/nixos-unstable"; + home-manager.url = "github:nix-community/home-manager/master"; + home-manager.inputs.nixpkgs.follows = "nixpkgs"; + nix-doom-emacs.url = "github:nix-community/nix-doom-emacs"; + stylix.url = "github:danth/stylix"; + rust-overlay.url = "github:oxalica/rust-overlay"; + eaf = { + url = "github:emacs-eaf/emacs-application-framework"; + flake = false; + }; + eaf-browser = { + url = "github:emacs-eaf/eaf-browser"; + flake = false; + }; + org-nursery = { + url = "github:chrisbarrett/nursery"; + flake = false; + }; + blocklist-hosts = { + url = "github:StevenBlack/hosts"; + flake = false; + }; + }; }