1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-11-06 22:54:14 -05:00

flake: don't use url literals

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-11-08 02:58:11 +00:00
parent 83022d609d
commit 52eb3a940e
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

@ -1,9 +1,9 @@
{
inputs = {
flake-utils.url = github:numtide/flake-utils;
nixpkgs.url = github:nixos/nixpkgs;
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs";
git-ignore-nix = {
url = github:hercules-ci/gitignore.nix/master;
url = "github:hercules-ci/gitignore.nix/master";
inputs.nixpkgs.follows = "nixpkgs";
};
};