mirror of
https://github.com/fmhy/FMHYFilterlist.git
synced 2026-03-11 08:55:41 +00:00
Fix typo
This commit is contained in:
parent
a4af2021d7
commit
d2b6cfa268
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
outputs = { self, nixpkgs }: let
|
||||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||
in {
|
||||
devShells."x86-64-linux".default = pkgs.mkShell {
|
||||
devShells."x86_64-linux".default = pkgs.mkShell {
|
||||
packages = [ pkgs.python3 ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue