diff --git a/configuration.nix b/configuration.nix index 398b410..9ed0404 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,7 +46,7 @@ stable = nixpkgs "stable"; unstable = nixpkgs "unstable"; staging-next = nixpkgs "staging-next"; - local = nixpkgs "local"; + #// local = nixpkgs "local"; in { # Overlay nixpkgs branches #?? nixpkgs.BRANCH.PACKAGE @@ -67,7 +67,7 @@ }; # Development - ciscoPacketTracer8 = local.ciscoPacketTracer8; + #// ciscoPacketTracer8 = local.ciscoPacketTracer8; } ) ]; diff --git a/flake.in.nix b/flake.in.nix index 20f5c7f..9743758 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -84,7 +84,7 @@ nixpkgs-staging-next = flake "github:NixOS/nixpkgs/staging-next"; ### Development - nixpkgs-local = flake "git+file:///home/myned/SYNC/dev/repo/nixpkgs"; + #// nixpkgs-local = flake "git+file:///home/myned/SYNC/dev/repo/nixpkgs"; #// hyprland = flake "git+file:///home/myned/SYNC/dev/repo/Hyprland?submodules=1"; ### Source code diff --git a/flake.nix b/flake.nix index d75375f..6bfb1de 100644 --- a/flake.nix +++ b/flake.nix @@ -113,7 +113,6 @@ url = "github:nix-community/nixd"; }; nixos-hardware.url = "github:NixOS/nixos-hardware"; - nixpkgs-local.url = "git+file:///home/myned/SYNC/dev/repo/nixpkgs"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs-staging-next.url = "github:NixOS/nixpkgs/staging-next"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";