mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 03:07:02 +05:30
nix: use my nixpkgs fork
This commit is contained in:
parent
f91cd9ab7d
commit
f1a4bdd2a3
2 changed files with 6 additions and 6 deletions
10
flake.lock
generated
10
flake.lock
generated
|
@ -118,15 +118,15 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714750952,
|
"lastModified": 1715407555,
|
||||||
"narHash": "sha256-oOUdvPrO8CbupgDSaPou+Jv6GL+uQA2QlE33D7OLzkM=",
|
"narHash": "sha256-Ssd959C+UrmIplPf/VhgIzBaUKm0Q0Y4EgVVDEy2Qgo=",
|
||||||
"owner": "NixOS",
|
"owner": "msfjarvis",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5fd8536a9a5932d4ae8de52b7dc08d92041237fc",
|
"rev": "f9fc5a7c627674ed391e94b5e1dc347075fe6e08",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "msfjarvis",
|
||||||
"ref": "nixpkgs-unstable",
|
"ref": "nixpkgs-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "clipboard-substitutor";
|
description = "clipboard-substitutor";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
inputs.nixpkgs.url = "github:msfjarvis/nixpkgs/nixpkgs-unstable";
|
||||||
|
|
||||||
inputs.systems.url = "github:msfjarvis/flake-systems";
|
inputs.systems.url = "github:msfjarvis/flake-systems";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue