Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng 4258c974be
Add niv init script 2021-05-24 17:10:17 +02:00
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
niv init
niv update nixpkgs -b nixpkgs-unstable
sed s/"pkgs ? import <nixpkgs>"/"sources ? import ./nix/sources.nix, pkgs ? import sources.nixpkgs"/ -i shell.nix