From 9c6070658cde57df9ba5b1048901aaf192eda51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 13 Nov 2025 21:11:39 +0100 Subject: [PATCH] flake: remove some old comments --- flake.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/flake.nix b/flake.nix index 8c97995..249d26e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-25.05"; - #nixpkgs-master.url = "github:nixos/nixpkgs?ref=master"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; home-manager = { url = "github:nix-community/home-manager"; @@ -12,7 +11,6 @@ sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; - #inputs.nixpkgs-stable.follows = "nixpkgs-stable"; }; ghettoptt = { url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master"; @@ -40,7 +38,6 @@ { self, nixpkgs, - # nixpkgs-master, nixpkgs-stable, nixprstatus, sops-nix, @@ -59,12 +56,6 @@ config.allowUnfree = true; }; }; - # overlay-master = final: prev: { - # master = import nixpkgs-master { - # inherit system; - # config.allowUnfree = true; - # }; - # }; allSystems = [ "x86_64-linux" "aarch64-linux"