up
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
outputs = { self, darwin, nix-homebrew, homebrew-bundle, homebrew-core, homebrew-cask, home-manager, nixpkgs, disko, agenix, secrets } @inputs:
|
||||
let
|
||||
user = "cschmatzler";
|
||||
linuxSystems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
darwinSystems = [ "aarch64-darwin" "x86_64-darwin" ];
|
||||
linuxSystems = [ "x86_64-linux" ];
|
||||
darwinSystems = [ "aarch64-darwin" ];
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs (linuxSystems ++ darwinSystems) f;
|
||||
devShell = system: let pkgs = nixpkgs.legacyPackages.${system}; in {
|
||||
default = with pkgs; mkShell {
|
||||
|
||||
Reference in New Issue
Block a user