mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
fix eval error
This commit is contained in:
parent
ff10a993f9
commit
d46b244f01
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
Add a link
Reference in a new issue