Building?

This commit is contained in:
Andrea Ciceri 2021-10-14 10:35:16 +02:00
parent 9237779561
commit 741d9b5b6a
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 36 additions and 58 deletions

View file

@ -12,7 +12,6 @@
};
home.packages = with pkgs; [
python-language-server
python
fd
ag
@ -29,5 +28,5 @@
mimeType = "x-scheme-handler/org-protocol";
}
)
];
] ++ (if pkgs.system == "x86_64-linux" then [ python-language-server ] else [ ]);
}