about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-22 18:25:08 +0900
committersefidel <contact@sefidel.net>2022-01-22 18:25:08 +0900
commitda656a117014e31f4fb208e80d03e59de4640558 (patch)
treefb7a117a0f516a6daa411b49f0fa452f70d0eaa9 /flake.nix
parentbe85571e7b909ddb30a34ff726d522fce888dd59 (diff)
downloadnixrc-da656a117014e31f4fb208e80d03e59de4640558.tar.gz
nixrc-da656a117014e31f4fb208e80d03e59de4640558.zip
cleanup!: remove unnecessary comment(s)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5419424..92ae9d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,6 @@
     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
     master.url = "github:nixos/nixpkgs/master";
 
-    # https://github.com/nix-community/home-manager/issues/2546 
     home-manager.url = "github:nix-community/home-manager";
     home-manager.inputs.nixpkgs.follows = "nixpkgs";