From 524b2392f28a567898e9004db1f1ab1e310b39e9 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 26 Oct 2025 19:11:45 +0300 Subject: [PATCH] cleaning start --- flake.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 9183271..5308012 100755 --- a/flake.nix +++ b/flake.nix @@ -24,15 +24,15 @@ nixpkgs.follows = "nixpkgs"; }; }; - nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; + # nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - flake-compat.url = "github:edolstra/flake-compat"; - flake-utils.url = "github:numtide/flake-utils"; - flake-parts.url = "github:hercules-ci/flake-parts"; - nur = { - url = "github:nix-community/NUR"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # flake-compat.url = "github:edolstra/flake-compat"; + # flake-utils.url = "github:numtide/flake-utils"; + # flake-parts.url = "github:hercules-ci/flake-parts"; + # nur = { + # url = "github:nix-community/NUR"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; home-manager = { url = "github:nix-community/home-manager"; # flake:home-manager inputs.nixpkgs.follows = "nixpkgs";