Compare commits
1 Commits
2eaf674714
...
23c85ccb2b
Author | SHA1 | Date |
---|---|---|
coolneng | 23c85ccb2b |
|
@ -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
|
Loading…
Reference in New Issue