chore: remove darwin from flake

This commit is contained in:
Infinidoge 2021-09-12 21:14:17 -04:00
parent 0bfb7c5919
commit 47444ea40b

View file

@ -23,9 +23,6 @@
home.url = "github:nix-community/home-manager/release-21.05"; home.url = "github:nix-community/home-manager/release-21.05";
home.inputs.nixpkgs.follows = "nixos"; home.inputs.nixpkgs.follows = "nixos";
darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "latest";
deploy.follows = "digga/deploy"; deploy.follows = "digga/deploy";
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";