1
0
forked from clan/clan-core

template: do not rely on flake registry for nixpkgs

otherwise we end up downloading nixpkgs twice.
This commit is contained in:
Jörg Thalheim 2023-09-03 15:36:00 +02:00
parent 40ce518b7e
commit efce138b24

View File

@ -3,10 +3,10 @@
inputs.clan-core.url = "git+https://git.clan.lol/clan/clan-core";
outputs = { clan-core, nixpkgs, ... }:
outputs = { self, clan-core, ... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.x86_64-linux;
pkgs = clan-core.inputs.nixpkgs.legacyPackages.${system};
in
{
# all machines managed by cLAN