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:
parent
83022d609d
commit
52eb3a940e
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue