nix: Simplify

This commit is contained in:
Donovan Glover 2023-05-23 12:27:49 -04:00
parent b973e86085
commit 644dffba42
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -22,9 +22,7 @@
hypr-contrib = { hypr-contrib = {
url = "github:hyprwm/contrib"; url = "github:hyprwm/contrib";
inputs = { inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.follows = "nixpkgs";
};
}; };
}; };