Skip to content

librepup/urbit-nickelpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

urbit-nickelpkg

Package Expression for Urbit Vere

Written in Nickel, built with Nix

About

Urbit: Leave the Internet behind.

This Nickel + Nix Package builds/installs the latest version (v4.2) of Urbit Vere for x86_64 Linux. To install, simply include the default.nix in your configuration.nix/flake.nix via:

{ config, pkgs, lib, ... }:
let
  urbit = pkgs.callPackage ./path/to/default.nix {};
in
  # Rest of your Nix Config

Or build the package locally by running nix-build in the cloned package directory.

About

Nickel + Nix Package for Urbit Vere

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published