From 18e7779880d06a201868e7a265eab469f8a937f6 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 25 Jan 2025 23:34:56 -0500 Subject: [PATCH] remove attic import Signed-off-by: ahuston-0 --- flake.nix | 18 +++++++++--------- systems/artemision/programs.nix | 1 + systems/palatine-hill/default.nix | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 864b6f8..bec683c 100644 --- a/flake.nix +++ b/flake.nix @@ -29,15 +29,15 @@ nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05"; systems.url = "github:nix-systems/default"; - attic = { - url = "github:zhaofengli/attic"; - inputs = { - nixpkgs.follows = "nixpkgs"; - nixpkgs-stable.follows = "nixpkgs-stable"; - flake-compat.follows = "flake-compat"; - flake-parts.follows = "flake-parts"; - }; - }; + # attic = { + # url = "github:zhaofengli/attic"; + # inputs = { + # nixpkgs.follows = "nixpkgs"; + # nixpkgs-stable.follows = "nixpkgs-stable"; + # flake-compat.follows = "flake-compat"; + # flake-parts.follows = "flake-parts"; + # }; + # }; firefox-addons = { url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; diff --git a/systems/artemision/programs.nix b/systems/artemision/programs.nix index 982ed58..6695404 100644 --- a/systems/artemision/programs.nix +++ b/systems/artemision/programs.nix @@ -3,6 +3,7 @@ environment.systemPackages = with pkgs; [ act alacritty + attic-client amdgpu_top bat bitwarden-cli diff --git a/systems/palatine-hill/default.nix b/systems/palatine-hill/default.nix index fe22604..d469ee0 100644 --- a/systems/palatine-hill/default.nix +++ b/systems/palatine-hill/default.nix @@ -2,6 +2,6 @@ { users = [ "alice" ]; modules = [ - inputs.attic.nixosModules.atticd + # inputs.attic.nixosModules.atticd ]; }