Flake: remove unused rebind

This commit is contained in:
Filippo Berto 2023-06-05 14:58:04 +02:00
parent 2428a9e110
commit 03d0fb8887
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
nixpkgs-u.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = { url = "github:nix-community/home-manager/release-23.05"; inputs = { nixpkgs.follows = "nixpkgs"; utils.follows = "flake-utils"; }; };
home-manager = { url = "github:nix-community/home-manager/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; };
# home-manager-u = { url = "github:nix-community/home-manager"; inputs = { nixpkgs.follows = "nixpkgs-u"; }; };
agenix = { url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; };