nix: use my nixpkgs fork

This commit is contained in:
Harsh Shandilya 2024-05-11 11:56:45 +05:30
parent f91cd9ab7d
commit f1a4bdd2a3
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -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"

View file

@ -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";