forge
login
or
join now
oppi.li
/
plonkli
star
19
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
atproto pastebin service: https://plonk.li
star
19
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
2
pulls
pipelines
.
Akshay
1 year ago
b0d9687e
823da7d0
+2
-2
1 changed file
expand all
collapse all
unified
split
flake.nix
+2
-2
flake.nix
reviewed
···
12
12
nixpkgsFor = forAllSystems (system:
13
13
import nixpkgs {
14
14
inherit system;
15
15
-
overlays = [self.overlay.default];
15
15
+
overlays = [self.overlays.default];
16
16
});
17
17
in {
18
18
-
overlay.default = final: prev: let
18
18
+
overlays.default = final: prev: let
19
19
pname = "plonk";
20
20
version = "0.1.0";
21
21
in {