diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 12:19:17 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 12:20:52 +0100 |
commit | 663ada07b652d8be40f4f0496640adb796d8930f (patch) | |
tree | c926f1b769a64d5ecb9dd675cd196d4ebbfda262 /flake.nix | |
parent | refactor(pkgs/update-vim-plugins): Remove (diff) | |
download | nixos-config-663ada07b652d8be40f4f0496640adb796d8930f.zip |
fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooser
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index 75ebbab7..f4a31806 100644 --- a/flake.nix +++ b/flake.nix @@ -11,8 +11,6 @@ # open nixpkgs prs # FIXME: Close these PRs <2024-09-07> - nixpkgs-tfc.url = "github:soispha/nixpkgs/add-termfilechooser"; - nixpkgs-onlykey.url = "github:soispha/nixpkgs/fix-onlykey-agent"; library = { url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime"; @@ -264,8 +262,6 @@ self, nixpkgs, nixpkgs-stable, - nixpkgs-tfc, - nixpkgs-onlykey, library, # modules home-manager, @@ -304,8 +300,6 @@ nixpkgs_as_input = nixpkgs; nixpkgs_open_prs = { inherit - nixpkgs-tfc - nixpkgs-onlykey ; }; |