mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
I Don't Understand let
This commit is contained in:
parent
7d24b36189
commit
48427edb29
1 changed files with 4 additions and 1 deletions
|
|
@ -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;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue