nix: disable nixpkgs-local
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
70d455631a
commit
02907dac7b
3 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
)
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue