WIP: use niv for source management

This commit is contained in:
steveej 2019-10-30 21:28:22 +01:00
parent f186f5d008
commit 1eb18000cb
5 changed files with 144 additions and 2 deletions

View file

@ -2,6 +2,8 @@ self: super:
let
nixpkgs-master = import <nixpkgs-master> {};
# sources = import ./sources.nix;
# nixpkgs-master = sources.nixpkgs-master;
# one application requires php5
nixpkgsWithPhp5 = super.fetchFromGitHub {
@ -23,8 +25,6 @@ in {
'';
};
podman = nixpkgs-master.podman;
conmon = nixpkgs-master.conmon;