mach-nix to 3.5.0, remove pypi-deps-db input
This commit is contained in:
@@ -6,12 +6,8 @@
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
pypi-deps-db.url = "github:DavHau/pypi-deps-db";
|
||||
pypi-deps-db.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
mach-nix.url = "github:DavHau/mach-nix/master";
|
||||
mach-nix.url = "mach-nix/3.5.0";
|
||||
mach-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
mach-nix.inputs.pypi-deps-db.follows = "pypi-deps-db";
|
||||
};
|
||||
|
||||
outputs = {self, nixpkgs, flake-utils, home-manager, mach-nix, ...}: let
|
||||
@@ -38,10 +34,4 @@
|
||||
overlays.xonsh_with_plugins = import ./overlays/xonsh.nix { mach-nix = mach-nix.lib."${system}"; };
|
||||
legacyPackages.homeConfigurations.std = mkHomeConfig { inherit system; };
|
||||
});
|
||||
# {
|
||||
# overlays.xonsh_with_plugins.x86_64-linux = import ./overlays/xonsh.nix { mach-nix = mach-nix.lib."x86_64-linux"; };
|
||||
# overlays.xonsh_with_plugins.x86_64-darwin = import ./overlays/xonsh.nix { mach-nix = mach-nix.lib."x86_64-darwin"; };
|
||||
# homeConfigurations.linux = mkHomeConfig { system="x86_64-linux"; };
|
||||
# homeConfigurations.mac = mkHomeConfig { system="x86_64-darwin"; };
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user