From 38d3772d4629cb8596f32c682b9fed4c8fe13c4c Mon Sep 17 00:00:00 2001
From: Craige McWhirter <craige@mcwhirter.io>
Date: Mon, 24 Feb 2025 12:14:59 +1000
Subject: [PATCH] tasko(nix): forigi evitindajn komentojn

---
 profiles/nixpkgs-dev.nix | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/profiles/nixpkgs-dev.nix b/profiles/nixpkgs-dev.nix
index 50301ef..5120124 100644
--- a/profiles/nixpkgs-dev.nix
+++ b/profiles/nixpkgs-dev.nix
@@ -4,12 +4,7 @@
   pkgs,
   lib,
   ...
-}:
-#let
-#  sources = import ../nix/sources.nix;
-#  unstable = import sources.nixpkgsUnstable {};
-#in
-{
+}: {
   nixpkgs = {config = {allowUnfree = true;};};
 
   environment = {
@@ -24,7 +19,6 @@
       nox # Tools to make Nix nicer
       sqlite # To query the nixpkgs sqlite database
       tig # Text-mode interface for git
-      #unstable.statix          # Lints and suggestions for the nix programming language
     ];
   };
 }