Skip to content
Snippets Groups Projects
Commit 6e132828 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

formatting

parent 71f421ee
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,10 @@
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: let
mach-nix = mach-nix-flake.lib.${system};
pkgs = import nixpkgs { inherit system; config = { allowUnfree = true; }; };
pkgs = import nixpkgs {
inherit system;
config = { allowUnfree = true; };
};
lib = pkgs.lib;
kivy-env = mach-nix.mkPython {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment