From 0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Feb 2026 22:03:26 -0500 Subject: update commits (nvidia still brokie) --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 97c4d19..d71a29e 100644 --- a/flake.nix +++ b/flake.nix @@ -19,9 +19,6 @@ # sops sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; - # astal - astal.url = "github:aylur/astal"; - astal.inputs.nixpkgs.follows = "nixpkgs"; # talc talc.url = "git+https://g.trimill.xyz/talc"; talc.inputs.nixpkgs.follows = "nixpkgs"; @@ -104,8 +101,7 @@ packages = perSystem ( pkgs: system: import ./pkgs { - inherit pkgs inputs system; - inherit (nixpkgs) lib; + inherit pkgs; } ); -- cgit v1.2.3-freya