I Don't Understand let

This commit is contained in:
Annika Merris 2024-05-14 19:48:20 -04:00
parent 7d24b36189
commit 48427edb29

View file

@ -28,7 +28,10 @@
};
};
outputs = { self, nixpkgs, lix-module, ... }@inputs: {
outputs = { self, nixpkgs, lix-module, ... }@inputs:
let
system = "x86_64";
in {
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};