WIP: use niv for source management
This commit is contained in:
parent
f186f5d008
commit
1eb18000cb
5 changed files with 144 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue