From 874a58f74dea0ee6aa775f43f688e8397bc8cfb5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 29 Dec 2023 06:37:22 -0500 Subject: systems: nixinate works again --- flake.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6086bec..866e3ce 100644 --- a/flake.nix +++ b/flake.nix @@ -40,15 +40,6 @@ catppuccin.url = "github:Stonks3141/ctp-nix"; - deploy = { - url = "github:serokell/deploy-rs"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-compat.follows = "pre-commit/flake-compat"; - utils.follows = "pre-commit/flake-utils"; - }; - }; - firefox-addons = { url = "sourcehut:~rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs = { @@ -81,6 +72,11 @@ }; }; + nixinate = { + url = "github:MatthewCroughan/nixinate"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.2.3