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:45:16 +0100 |
| commit | 0e86668ebe79e2af1a7169322e45d7b7b23c8d04 (patch) | |
| tree | 15e5792694d9e86b4ff74fae82e9a3e6623577c7 /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 }: |
