mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-21 21:05:38 +00:00
fix: python flake template
This commit is contained in:
parent
4cd9572993
commit
602d411bad
@ -11,7 +11,7 @@
|
||||
inputs.pypi-deps-db.follows = "pypi-deps-db";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, mach-nix }:
|
||||
outputs = { nixpkgs, mach-nix, ... }:
|
||||
let
|
||||
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
forAllSystems = f:
|
||||
|
Loading…
Reference in New Issue
Block a user