Simplify flake.nix a lil

This commit is contained in:
Nathan McCarty 2023-03-02 00:21:37 -05:00
parent 82e38f62f0
commit f7d6d363f6
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 3 deletions

View File

@ -56,9 +56,8 @@
scripts.url = "git+https://git.sr.ht/~thatonelutenist/Scripts?ref=trunk";
};
outputs = { self, nixpkgs, nixpkgs-unstable, flake-utils, nixos-hardware
, fenix, emacs, sops-nix, home-manager, darwin, java, quilt-server
, nixos-generators, wsl, nix-on-droid, idris2, scripts }@inputs:
outputs = { self, nixpkgs, nixpkgs-unstable, flake-utils, sops-nix
, home-manager, darwin, nixos-generators, wsl, nix-on-droid, ... }@inputs:
let
makeNixosSystem =
{ system, hostName, extraModules ? [ ], ourNixpkgs ? nixpkgs }: