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";
|
stable = nixpkgs "stable";
|
||||||
unstable = nixpkgs "unstable";
|
unstable = nixpkgs "unstable";
|
||||||
staging-next = nixpkgs "staging-next";
|
staging-next = nixpkgs "staging-next";
|
||||||
local = nixpkgs "local";
|
#// local = nixpkgs "local";
|
||||||
in {
|
in {
|
||||||
# Overlay nixpkgs branches
|
# Overlay nixpkgs branches
|
||||||
#?? nixpkgs.BRANCH.PACKAGE
|
#?? nixpkgs.BRANCH.PACKAGE
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
ciscoPacketTracer8 = local.ciscoPacketTracer8;
|
#// ciscoPacketTracer8 = local.ciscoPacketTracer8;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
nixpkgs-staging-next = flake "github:NixOS/nixpkgs/staging-next";
|
nixpkgs-staging-next = flake "github:NixOS/nixpkgs/staging-next";
|
||||||
|
|
||||||
### Development
|
### 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";
|
#// hyprland = flake "git+file:///home/myned/SYNC/dev/repo/Hyprland?submodules=1";
|
||||||
|
|
||||||
### Source code
|
### Source code
|
||||||
|
|
|
@ -113,7 +113,6 @@
|
||||||
url = "github:nix-community/nixd";
|
url = "github:nix-community/nixd";
|
||||||
};
|
};
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
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-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||||
nixpkgs-staging-next.url = "github:NixOS/nixpkgs/staging-next";
|
nixpkgs-staging-next.url = "github:NixOS/nixpkgs/staging-next";
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
Loading…
Reference in a new issue