alpha
Login
or
Join now
quilling.dev
/
washing-machien
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spin spi
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix paths
author
did:plc:73gqgbnvpx5syidcponjri…
date
6 months ago
(Jan 8, 2026, 12:46 AM UTC)
commit
d69fcc32
d69fcc324e0d28b0b4e3158793564f741927503e
parent
e27b74e4
e27b74e49772a91608d4a0010f9143c3de122aee
+3
-2
2 changed files
Expand all
Collapse all
Unified
Split
nix
default.nix
result
+2
-2
nix/default.nix
View file
Reviewed
···
7
7
inherit (toml) version;
8
8
9
9
src = lib.fileset.toSource {
10
10
-
root = ./.;
11
11
-
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ./.)) (
10
10
+
root = ../.;
11
11
+
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ../.)) (
12
12
lib.fileset.unions [
13
13
../Cargo.toml
14
14
../Cargo.lock
+1
result
View file
Reviewed
···
1
1
+
/nix/store/gpdzd3g5im397q9las71w07fc02rzfcx-washing-machien-0.1.0