Simplify flake.nix a lil
This commit is contained in:
parent
82e38f62f0
commit
f7d6d363f6
|
@ -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 }:
|
||||
|
|
Loading…
Reference in New Issue