Update to use the new blog flake
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
outputs = { self, nixpkgs, blog }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
builders = blog.buildersFor system;
|
||||
in
|
||||
{
|
||||
nixosConfigurations.nixos-droplet-v2 = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit system; blogPkgs = blog.packages."${system}"; };
|
||||
specialArgs = { inherit system builders; };
|
||||
modules = [ ./configuration.nix blog.nixosModule ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user