Avoid errors. This is stupid.
This commit is contained in:
parent
1f7d01bb4d
commit
d5605448a1
1 changed files with 2 additions and 2 deletions
|
@ -56,11 +56,11 @@
|
||||||
{
|
{
|
||||||
colmena = {
|
colmena = {
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import stable {};
|
nixpkgs = import stable { system = "x86_64-linux"; };
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
|
|
||||||
# Use a different Nixpkgs import on some systems
|
# Use a different Nixpkgs import on some systems
|
||||||
nodeNixpkgs.jupiter = import unstable {};
|
nodeNixpkgs.jupiter = import unstable { system = "x86_64-linux"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# Desktops
|
# Desktops
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue