Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 31, 2023
1 parent 174d974 commit 63f5882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ pkgs, ... }:

# If I need the some of edge dependencies, this is the how to point unstable
#
# let
# pkgsUnstable = import
# (fetchTarball
Expand Down
1 change: 0 additions & 1 deletion home/.local/share/homemade/bin/add_nix_channels.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -euxo pipefail
# - https://channels.nixos.org
# - https://releases.nixos.org
nix-channel --add https://releases.nixos.org/nixpkgs/nixpkgs-23.11pre509044.3acb5c4264c4/nixexprs.tar.xz nixpkgs
# nix-channel --add https://github.com/NixOS/nixpkgs/archive/c4147cd27248a85624f238413818c05c25ff3c0b.tar.gz nixpkgs
# nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/729ab77f9e998e0989fa30140ecc91e738bc0cb1.tar.gz home-manager
Expand Down

0 comments on commit 63f5882

Please sign in to comment.