From 475253804a5137ffff8cec7364121ca5e74fa8a7 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sat, 4 May 2024 14:04:44 +0200 Subject: [PATCH] remove 22.11 instructions 21.11 is EOL --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 6a80218..616596e 100644 --- a/README.md +++ b/README.md @@ -59,20 +59,6 @@ let }) {}; in ``` -if you are on 22.11: -```nix -{ config, pkgs, lib, ... }: -let - unstable = import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"; - }) {config = config.nixpkgs.config;}; - nix-software-center = import (pkgs.fetchFromGitHub { - owner = "snowfallorg"; - repo = "nix-software-center"; - rev = "0.1.2"; - sha256 = "xiqF1mP8wFubdsAQ1BmfjzCgOD3YZf7EGWl9i69FTls="; - }) {pkgs = unstable;}; -in ``` Packages: