refactor(flake): move pkgs

This commit is contained in:
Oliver Davies 2023-11-06 23:24:53 +00:00
parent 6c610fea29
commit 8f5a8dee66
3 changed files with 7 additions and 9 deletions
system/nixos

View file

@ -1,10 +1,8 @@
{ inputs, self, system, username }:
{ inputs, pkgs, self, system, username }:
{ desktop }:
{ desktop ? false }:
let
pkgs = inputs.nixpkgs.legacyPackages."${system}";
configuration = import ./configuration.nix { inherit inputs pkgs system; };
hardware-configuration = import ./hardware-configuration.nix;
in