mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:06:51 +01:00
Use regular nixpkgs
This commit is contained in:
parent
5acf3f4834
commit
d97e347de8
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs (Packges and modules)
|
# nixpkgs (Packges and modules)
|
||||||
#nixpkgs.url = github:NixOS/nixpkgs;#/nixos-unstable;
|
nixpkgs.url = github:NixOS/nixpkgs;#/nixos-unstable;
|
||||||
#nixpkgs.url = github:jopejoe1/nixpkgs/noto-fonts;
|
#nixpkgs.url = github:jopejoe1/nixpkgs/noto-fonts;
|
||||||
nixpkgs.url = github:AtaraxiaSjel/nixpkgs/update/ivpn;
|
|
||||||
|
|
||||||
# Nix Hardware (Hardware configs)
|
# Nix Hardware (Hardware configs)
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
|
|
Loading…
Reference in a new issue