Remove duplicate nixpkgs import from path
This commit is contained in:
parent
f0c1441230
commit
e0c49cfc27
4 changed files with 10 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
hostName = "surgat";
|
||||
this = import ../.. {};
|
||||
this = import ../.. { inherit pkgs; };
|
||||
keys = ../../pkgs/keys/keys;
|
||||
homePage = self: super: { homePage = super.callPackage ../../pkgs/homePage {}; };
|
||||
homePage = self: super: { homePage = super.callPackage ../../pkgs/homePage { }; };
|
||||
in {
|
||||
imports = [ this.profiles.base ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue