diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-21 21:43:47 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-21 22:02:05 +0100 |
| commit | ae4bfdfe7be5eab4b36033828bff2a033c7f5714 (patch) | |
| tree | 3ae6b3db3eb652ea3216a36a23da16ba826ce65b /flake.nix | |
| parent | 1e5dfc9cdc04b67d881c0203b84929eff73973bd (diff) | |
remove inputs already in registry
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ { inputs = { my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs"; - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - home-manager.url = "github:nix-community/home-manager"; }; outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, home-manager }: |
