summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-18 22:03:26 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-18 22:03:46 -0500
commit0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b (patch)
treec2daf12b24a85cdfd00ba6b4800a8db311ef5221 /flake.nix
parentupdate commit more (fix thinkpad) (diff)
downloaddotfiles-nix-0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b.tar.gz
dotfiles-nix-0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b.tar.bz2
dotfiles-nix-0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b.zip
update commits (nvidia still brokie)HEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
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;
}
);