diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-03 16:45:26 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-03 16:45:26 -0600 |
| commit | c29a14135736c2516bb5d951e6e97dc8143598db (patch) | |
| tree | 925628abfe934e3ea2cfd4a70357f8f9b5acb474 /pkgs/util/default.nix | |
| parent | ce2cc260710f801c10302847796b931f7ed19709 (diff) | |
changes
Diffstat (limited to 'pkgs/util/default.nix')
| -rw-r--r-- | pkgs/util/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/util/default.nix b/pkgs/util/default.nix index 9dbe067..79d131c 100644 --- a/pkgs/util/default.nix +++ b/pkgs/util/default.nix @@ -1,4 +1,4 @@ -{pkgs ? import <nixpkgs> {system = "x86_64-linux";}, ...}: let +{pkgs, ...}: let lsdbus-src = pkgs.fetchFromGitHub { owner = "kmarkus"; repo = "lsdbus"; |
