mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
fix eval error
This commit is contained in:
parent
39c9ff78b6
commit
3f3142cc88
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ nixpkgs.lib.nixosSystem {
|
||||||
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
|
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
|
||||||
nix-rfc-92 = inputs.nix-rfc-92.packages.${system}.default;
|
nix-rfc-92 = inputs.nix-rfc-92.packages.${system}.default;
|
||||||
bcachefs-tools = prev.unstable.bcachefs-tools;
|
bcachefs-tools = prev.unstable.bcachefs-tools;
|
||||||
zotero = inputs.zotero.packages.${system}.default;
|
zotero = inputs.zotero-nix.packages.${system}.default;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue