Skip to content

Commit aeca24e

Browse files
committed
Update everything again
It’s been a while, so update the PR.
1 parent d65bf02 commit aeca24e

9 files changed

Lines changed: 52 additions & 48 deletions

File tree

.config/project/default.nix

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -137,25 +137,14 @@
137137
os = "windows-2025";
138138
}
139139
];
140-
include =
141-
lib.concatMap (bounds: [
142-
{
143-
inherit bounds;
144-
ghc = "9.2.2";
145-
os = "macos-15";
146-
}
147-
{
148-
inherit bounds;
149-
ghc = "9.4.2";
150-
os = "windows-2025";
151-
}
152-
])
153-
["" "--prefer-oldest"];
154140
};
155141

156142
## publishing
157-
services.github.settings.repository.topics = [
158-
"algebraic-structures"
159-
"concurrency"
160-
];
143+
services.github.settings.repository = {
144+
private = false;
145+
topics = [
146+
"algebraic-structures"
147+
"concurrency"
148+
];
149+
};
161150
}

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)