mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
remove unused options and change systems
This commit is contained in:
parent
3c48de49f6
commit
eeabf1f408
2 changed files with 8 additions and 11 deletions
|
|
@ -61,9 +61,9 @@
|
|||
};
|
||||
flake-compat.url = "github:edolstra/flake-compat";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
# systems.url = "github:nix-systems/default";
|
||||
# systems.url = "github:nix-systems/default-linux";
|
||||
systems.url = "github:nix-systems/x86_64-linux";
|
||||
systems.url = "github:nix-systems/default";
|
||||
#systems.url = "github:nix-systems/default-linux";
|
||||
#systems.url = "github:nix-systems/x86_64-linux";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
};
|
||||
|
||||
|
|
@ -77,10 +77,7 @@
|
|||
home-manager,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (utils.lib) mkApp;
|
||||
mods = import ./modules {inherit utils;};
|
||||
#_nixosConfigurations = import ./hosts {inherit inputs utils mods self;};
|
||||
overlay = import ./overlays {inherit inputs;};
|
||||
mkLinuxSystem = mod:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue