Advertisement
LouisDK

Untitled

Jan 15th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.98 KB | None | 0 0
  1. [demo@nixos:~]$ git clone --single-branch --branch ungoogled https://github.com/squalus/nixpkgs.git
  2. Cloning into 'nixpkgs'...
  3. remote: Enumerating objects: 16, done.
  4. remote: Counting objects: 100% (16/16), done.
  5. remote: Compressing objects: 100% (15/15), done.
  6. remote: Total 1637069 (delta 1), reused 10 (delta 1), pack-reused 1637053
  7. Receiving objects: 100% (1637069/1637069), 932.87 MiB | 6.57 MiB/s, done.
  8. Resolving deltas: 100% (1116580/1116580), done.
  9. Updating files: 100% (20643/20643), done.
  10.  
  11. [demo@nixos:~]$ export NIXPKGS=~/nixpkgs
  12.  
  13. [demo@nixos:~]$ ls ~/nixpkgs/pkgs/applications/networking/browsers/chromium-ungoogled
  14. browser.nix  common.nix  default.nix  patches  plugins.nix  ungoogled.nix  ungoogled-src.nix  update.nix  update.sh  upstream-info.nix
  15.  
  16. [demo@nixos:~]$ nix-env -f $NIXPKGS -i chromium-ungoogled
  17. error: selector 'chromium-ungoogled' matches no derivations        
  18.  
  19. [demo@nixos:~]$ cat /etc/issue
  20.  
  21. <<< Welcome to NixOS 20.03pre209250.7184df6beb8 (\m) - \l >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement