fix(flake): Update end-rs input url to the official repo

Instead of my own fork
This commit is contained in:
GaspardCulis 2024-09-22 10:16:28 +02:00
parent 4011185682
commit 33143c3e3e
2 changed files with 5 additions and 6 deletions

View file

@ -64,16 +64,15 @@
]
},
"locked": {
"lastModified": 1726917158,
"lastModified": 1726943802,
"narHash": "sha256-Ooj+Io2qBvA1IOZ0Ueks4OYHN6ylhHTxSvkmwG1Wt4E=",
"owner": "GaspardCulis",
"owner": "Dr-42",
"repo": "end-rs",
"rev": "11b6f3c1e8d795b67d1b18bc28874429316ff470",
"rev": "aced942e36ecd6d3ce4ab45cf1c79ca4e98f6267",
"type": "github"
},
"original": {
"owner": "GaspardCulis",
"ref": "feat/nix",
"owner": "Dr-42",
"repo": "end-rs",
"type": "github"
}

View file

@ -23,7 +23,7 @@
};
end-rs = {
url = "github:GaspardCulis/end-rs/feat/nix";
url = "github:Dr-42/end-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
};