mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
remove unintentional niri reference
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
quickshell.inputs.nixpkgs.follows = "nixpkgs";
|
quickshell.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, niri, quickshell, ... }:
|
outputs = { self, nixpkgs, quickshell, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
|||||||
Reference in New Issue
Block a user