mirror of
https://github.com/vlinkz/nix-software-center.git
synced 2024-11-22 12:22:34 +03:00
Merge pull request #68 from ShalokShalom/patch-1
remove 22.11 instructions
This commit is contained in:
commit
87951c49d2
14
README.md
14
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:
|
||||
|
Loading…
Reference in New Issue
Block a user